Commit eaa40bbbf9c for php.net
commit eaa40bbbf9cf5390c7a8649d0d25590c05ba2e5f
Author: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Date: Sun Jun 14 10:14:49 2026 -0700
Update NEWS after upmerge
diff --git a/NEWS b/NEWS
index 5e480287f24..58a1eb23e06 100644
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,10 @@ PHP NEWS
Phar::addEmptyDir() for paths starting with "/.phar", while allowing
non-magic directory names that merely share the ".phar" prefix. (Weilin Du)
+- Reflection:
+ . Preserve class-name case in ReflectionClass::getProperty() error messages
+ and autoloading. (jorgsowa)
+
- SOAP:
. Fixed bug GH-22218 (SoapServer::handle() crash on $_SERVER not being
an array). (David Carlier / Rex-Reynolds)