Skip to content

Commit caaf9d0

Browse files
committed
[ci skip] NEWS
1 parent 05874d4 commit caaf9d0

File tree

1 file changed

+35
-32
lines changed

1 file changed

+35
-32
lines changed

NEWS

Lines changed: 35 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? ????, PHP 8.4.0alpha1
44

5-
Core:
5+
- Core:
66
. Added zend_call_stack_get implementation for NetBSD, DragonFlyBSD,
77
Solaris and Haiku. (David Carlier)
88
. Enabled ifunc checks on FreeBSD from the 12.x releases. (Freaky)
@@ -13,14 +13,14 @@ Core:
1313
array to hashed). (ilutov)
1414
. Fixed zend fiber build for solaris default mode (32 bits). (David Carlier)
1515

16-
Curl:
16+
- Curl:
1717
. Deprecated the CURLOPT_BINARYTRANSFER constant. (divinity76)
1818
. Bumped required libcurl version to 7.61.0. (Ayesh)
1919

20-
Date:
20+
- Date:
2121
. Added DateTime[Immutable]::createFromTimestamp. (Marc Bennewitz)
2222

23-
DOM:
23+
- DOM:
2424
. Added DOMNode::compareDocumentPosition(). (nielsdos)
2525
. Implement #53655 (Improve speed of DOMNode::C14N() on large XML documents).
2626
(nielsdos)
@@ -30,35 +30,38 @@ DOM:
3030
. Handle OOM more consistently. (nielsdos)
3131
. Implemented "Improve callbacks in ext/dom and ext/xsl" RFC. (nielsdos)
3232

33-
FPM:
33+
- FPM:
3434
. Implement GH-12385 (flush headers without body when calling flush()).
3535
(nielsdos)
3636
. Added DragonFlyBSD system to the list which set FPM_BACKLOG_DEFAULT
3737
to SOMAXCONN. (David Carlier)
3838

39-
FTP:
39+
- FTP:
4040
. Removed the deprecated inet_ntoa call support. (David Carlier)
4141

42-
GD:
42+
- GD:
4343
. Fixed detection of image formats in system gd library. (Michael Orlitzky)
4444

45-
Intl:
45+
- IMAP:
46+
. Moved to PECL. (Derick Rethans)
47+
48+
- Intl:
4649
. Added IntlDateFormatter::PATTERN constant. (David Carlier)
4750
. Fixed Numberformatter::__construct when the locale is invalid, now
4851
throws an exception. (David Carlier)
4952
. Added NumberFormatter::ROUND_TOWARD_ZERO and ::ROUND_AWAY_FROM_ZERO as
5053
aliases for ::ROUND_DOWN and ::ROUND_UP. (Jorg Sowa)
5154
. Added NumberFormatter::ROUND_HALFODD. (Ayesh Karunaratne)
5255

53-
MBString:
56+
- MBString:
5457
. Added mb_trim, mb_ltrim and mb_rtrim. (Yuya Hamada)
5558

56-
Opcache:
59+
- Opcache:
5760
. Added large shared segments support for FreeBSD. (David Carlier)
5861
. If JIT is enabled, PHP will now exit with a fatal error on startup in case
5962
of JIT startup initialization issues. (danog)
6063

61-
OpenSSL:
64+
- OpenSSL:
6265
. Fixed bug #80269 (OpenSSL sets Subject wrong with extraattribs parameter).
6366
(Jakub Zelenka)
6467
. Implement request #48520 (openssl_csr_new - allow multiple values in DN).
@@ -68,84 +71,84 @@ OpenSSL:
6871
. Added X509_PURPOSE_OCSP_HELPER and X509_PURPOSE_TIMESTAMP_SIGN constants.
6972
(Vincent Jardin)
7073

71-
PDO:
74+
- PDO:
7275
. Fixed setAttribute and getAttribute. (SakiTakamachi)
7376
. Implemented PDO driver-specific subclasses RFC. (danack, kocsismate)
7477

75-
PDO_DBLIB:
78+
- PDO_DBLIB:
7679
. Fixed setAttribute and getAttribute. (SakiTakamachi)
7780
. Added class PdoDbLib (danack, kocsismate)
7881

79-
PDO_FIREBIRD:
82+
- PDO_FIREBIRD:
8083
. Fixed setAttribute and getAttribute. (SakiTakamachi)
8184
. Feature: Add transaction isolation level and mode settings to pdo_firebird.
8285
(SakiTakamachi)
8386
. Added class PdoFirebird. (danack, kocsismate)
8487

85-
PDO_MYSQL:
88+
- PDO_MYSQL:
8689
. Fixed setAttribute and getAttribute. (SakiTakamachi)
8790
. Added class PdoMysql. (danack, kocsismate)
8891

89-
PDO_ODBC:
92+
- PDO_ODBC:
9093
. Added class PdoOdbc. (danack, kocsismate)
9194

92-
PDO_PGSQL:
95+
- PDO_PGSQL:
9396
. Fixed GH-12423, DSN credentials being prioritized over the user/password
9497
PDO constructor arguments. (SakiTakamachi)
9598
. Fixed native float support with pdo_pgsql query results. (Yurunsoft)
9699
. Added class PdoPgsql. (danack, kocsismate)
97100

98-
PDO_SQLITE:
101+
- PDO_SQLITE:
99102
. Added class PdoSqlite. (danack, kocsismate)
100103

101-
PGSQL:
104+
- PGSQL:
102105
. Added the possibility to have no conditions for pg_select. (OmarEmaraDev)
103106

104-
Phar:
107+
- Phar:
105108
. Fixed bug GH-12532 (PharData created from zip has incorrect timestamp).
106109
(nielsdos)
107110

108-
POSIX:
111+
- POSIX:
109112
. Added POSIX_SC_CHILD_MAX and POSIX_SC_CLK_TCK constants. (Jakub Zelenka)
110113

111-
PSpell:
114+
- PSpell:
112115
. Moved to PECL. (Derick Rethans)
113116

114-
Reflection:
117+
- Reflection:
115118
. Implement GH-12908 (Show attribute name/class in ReflectionAttribute dump).
116119
(nielsdos)
117120

118-
SimpleXML:
121+
- SimpleXML:
119122
. Fixed bug GH-12192 (SimpleXML infinite loop when getName() is called
120123
within foreach). (nielsdos)
121124
. Fixed bug GH-12208 (SimpleXML infinite loop when a cast is used inside a
122125
foreach). (nielsdos)
123126
. Fixed bug #55098 (SimpleXML iteration produces infinite loop). (nielsdos)
124127
. Fix signature of simplexml_import_dom(). (nielsdos)
125128

126-
Sockets:
129+
- Sockets:
127130
. Added multicast group support for ipv4 on FreeBSD. ([email protected])
128131

129-
SNMP:
132+
- SNMP:
130133
. Removed the deprecated inet_ntoa call support. (David Carlier)
131134

132-
SOAP:
135+
- SOAP:
133136
. Add support for clark notation for namespaces in class map. (lxShaDoWxl)
134137
. Mitigate #51561 (SoapServer with a extented class and using sessions,
135138
lost the setPersistence()). (nielsdos)
136139
. Fixed bug #49278 (SoapClient::__getLastResponseHeaders returns NULL if
137140
wsdl operation !has output). (nielsdos)
138141
. Fixed bug #44383 (PHP DateTime not converted to xsd:datetime). (nielsdos)
139142

140-
Sockets:
143+
- Sockets:
141144
. Removed the deprecated inet_ntoa call support. (David Carlier)
142145
. Added the SO_EXECLUSIVEADDRUSE windows constant. (David Carlier)
143146

144-
Sodium:
147+
- Sodium:
145148
. Add support for AEGIS-128L and AEGIS-256 (jedisct1)
146149
. Enable AES-GCM on aarch64 with the ARM crypto extensions (jedisct1)
147150

148-
Standard:
151+
- Standard:
149152
. Implement GH-12188 (Indication for the int size in phpinfo()). (timwolla)
150153
. Partly fix GH-12143 (Incorrect round() result for 0.49999999999999994).
151154
(timwolla)
@@ -160,10 +163,10 @@ Standard:
160163
. debug_zval_dump() now indicates whether an array is packed. (Max Semenik)
161164
. Fix GH-12143 (Optimize round). (SakiTakamachi)
162165

163-
XML:
166+
- XML:
164167
. Added XML_OPTION_PARSE_HUGE parser option. (nielsdos)
165168

166-
XSL:
169+
- XSL:
167170
. Implement request #64137 (XSLTProcessor::setParameter() should allow both
168171
quotes to be used). (nielsdos)
169172
. Implemented "Improve callbacks in ext/dom and ext/xsl" RFC. (nielsdos)

0 commit comments

Comments
 (0)