@@ -2,22 +2,15 @@ PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? ????, PHP 8.5.0beta1
4
4
5
- - Core:
6
- . Fixed bug GH-19305 (Operands may be being released during comparison).
7
- (Arnaud)
8
5
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
16
7
17
8
- Core:
18
9
. Add clone-with support to the clone() function. (timwolla, edorian)
19
10
. Fix support for non-userland stream notifiers. (timwolla)
20
11
. Added PHP_BUILD_PROVIDER constant. (timwolla)
12
+ . Fixed bug GH-19305 (Operands may be being released during comparison).
13
+ (Arnaud)
21
14
22
15
- Curl:
23
16
. Add support for CURLINFO_CONN_ID in curl_getinfo() (thecaliskan)
@@ -32,6 +25,7 @@ PHP NEWS
32
25
33
26
- Intl:
34
27
. Fix return value on failure for resourcebundle count handler. (Girgias)
28
+ . Fixed bug GH-19307 (PGO builds of shared ext-intl are broken). (cmb)
35
29
36
30
- OPcache:
37
31
. Disallow changing opcache.memory_consumption when SHM is already set up.
@@ -41,6 +35,7 @@ PHP NEWS
41
35
. Make OPcache non-optional (Arnaud, timwolla)
42
36
. Fixed bug GH-17422 (OPcache bypasses the user-defined error handler for
43
37
deprecations). (Arnaud, timwolla)
38
+ . Fixed bug GH-19301 (opcache build failure). (Remi)
44
39
45
40
- OpenSSL:
46
41
. Add $digest_algo parameter to openssl_public_encrypt() and
0 commit comments