11PHP NEWS
22|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3- ?? ??? ????, PHP 8.5.0RC4
3+ ?? ??? ????, PHP 8.5.0
4+
5+ - Core:
6+ . Sync all boost.context files with release 1.86.0. (mvorisek)
7+
8+ - Standard:
9+ . Fix memory leak in array_diff() with custom type checks. (ndossche)
10+
11+ - Opcache:
12+ . Fixed bug GH-20329 (opcache.file_cache broken with full interned string
13+ buffer). (Arnaud)
14+
15+ - URI:
16+ . Fixed the distinction between an empty and a missing query/fragment
17+ when using Uri\WhatWg\Url::getQuery() and Uri\WhatWg\Url::getFragment().
18+ (kocsismate)
19+
20+ 06 Nov 2025, PHP 8.5.0RC4
421
522- Core:
623 . Fixed bug GH-20270 (Broken parent hook call with named arguments). (ilutov)
724 . Fixed bug GH-20183 (Stale EG(opline_before_exception) pointer through eval).
825 (ilutov)
926 . Fixed bug GH-20194 (null offset deprecation not emitted for writes).
1027 (Girgias)
28+ . Fixed bug GH-GH-20377 (final promoted properties without explicit visibility
29+ not automatically assigned). (DanielEScherzer)
1130
1231- Opcache:
1332 . Fixed bug GH-20012 (heap buffer overflow in jit). (Arnaud)
1433 . Partially fixed bug GH-17733 (Avoid calling wrong function when reusing file
1534 caches across differing environments). (ilutov)
1635
36+ - PCRE:
37+ . Downgrade back to PCRE2 10.44, see GH-20341. (nielsdos)
38+
39+ - PgSql:
40+ . Fix segfaults when attempting to fetch row into a non-instantiable class
41+ name. (Girgias, nielsdos)
42+
1743- Reflection:
1844 . Fixed bug GH-20217 (ReflectionClass::isIterable() incorrectly returns true
1945 for classes with property hooks). (alexandre-daubois)
@@ -32,8 +58,8 @@ PHP NEWS
3258 . Use the "includes credentials" rule of the WHATWG URL Standard to
3359 decide whether Uri\WhatWg\Url::getUsername() and ::getPassword()
3460 getters should return null or an empty string. (timwolla)
35- . Fixed the distinction between an empty and a missing query/fragment
36- when using Uri\WhatWg\Url::getQuery() and Uri\WhatWg\Url::getFragment() .
61+ . Fixed the distinction between empty and missing username/password
62+ components of Uri\Rfc3986\ Uri.
3763 (kocsismate)
3864
3965- Zip:
0 commit comments