Commit aaa141aa662 for php.net
commit aaa141aa6620f74b264c0309ca0cad792e968fa7
Merge: 7cc47ff2ad8 c559d6f24c4
Author: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Date: Mon Jul 13 07:26:22 2026 -0700
Merge branch 'PHP-8.5'
* PHP-8.5:
Fix GH-22683: Reflection(Class)Constant::__toString() should not warn on NAN conversions (#22694)
diff --cc NEWS
index 8c29466dcc6,947f2fdedd9..fb54cab61c0
--- a/NEWS
+++ b/NEWS
@@@ -90,6 -81,16 +90,10 @@@ PH
. Fixed off-by-one in phpdbg_safe_class_lookup() causing class lookups to
always fail during phpdbg's signal-safe interruption path. (jorgsowa)
+ - Reflection:
- . Fixed bug GH-22324 (Ignore leading namespace separator in
- ReflectionParameter::__construct()). (jorgsowa)
- . Fixed bug GH-22441 (ReflectionClass::hasProperty() and getProperty() ignore
- dynamic properties shadowing a private parent property). (iliaal)
- . Fixed bug GH-22658 (ReflectionConstant::__toString() with a string value
- with null bytes truncates output). (DanielEScherzer)
+ . Fixed bug GH-22683 (Reflection(Class)Constant::__toString() should not warn
+ on NAN conversions). (Khaled Alam)
+
- Session:
. Fixed bug GH-21314 (Different session garbage collector behavior between
PHP 8.3 and PHP 8.5). (jorgsowa)