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