Skip to content

Commit 246e8e5

Browse files
[ci skip] Update NEWS to reflect PHP 8.5.0 alpha 4
1 parent a5219c1 commit 246e8e5

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

NEWS

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,15 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? ????, PHP 8.5.0beta1
44

5-
- Core:
6-
. Fixed bug GH-19305 (Operands may be being released during comparison).
7-
(Arnaud)
85

9-
- Intl:
10-
. Fixed bug GH-19307 (PGO builds of shared ext-intl are broken). (cmb)
11-
12-
- Opcache:
13-
. Fixed bug GH-19301 (opcache build failure). (Remi)
14-
15-
31 Jul 2025, PHP 8.5.0alpha3
6+
31 Jul 2025, PHP 8.5.0alpha4
167

178
- Core:
189
. Add clone-with support to the clone() function. (timwolla, edorian)
1910
. Fix support for non-userland stream notifiers. (timwolla)
2011
. Added PHP_BUILD_PROVIDER constant. (timwolla)
12+
. Fixed bug GH-19305 (Operands may be being released during comparison).
13+
(Arnaud)
2114

2215
- Curl:
2316
. Add support for CURLINFO_CONN_ID in curl_getinfo() (thecaliskan)
@@ -32,6 +25,7 @@ PHP NEWS
3225

3326
- Intl:
3427
. Fix return value on failure for resourcebundle count handler. (Girgias)
28+
. Fixed bug GH-19307 (PGO builds of shared ext-intl are broken). (cmb)
3529

3630
- OPcache:
3731
. Disallow changing opcache.memory_consumption when SHM is already set up.
@@ -41,6 +35,7 @@ PHP NEWS
4135
. Make OPcache non-optional (Arnaud, timwolla)
4236
. Fixed bug GH-17422 (OPcache bypasses the user-defined error handler for
4337
deprecations). (Arnaud, timwolla)
38+
. Fixed bug GH-19301 (opcache build failure). (Remi)
4439

4540
- OpenSSL:
4641
. Add $digest_algo parameter to openssl_public_encrypt() and

0 commit comments

Comments
 (0)