Commit 6a323eb7a43 for php.net

commit 6a323eb7a43b1592f413957c5582c2c1a220b237
Author: Gina Peter Banyard <girgias@php.net>
Date:   Wed Jun 24 11:46:42 2026 +0100

    NEWS entries for recent SPL bug fixes

diff --git a/NEWS b/NEWS
index 060dc91e80a..7dd1aea4b88 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,12 @@ PHP                                                                        NEWS
   . Fixed bug GH-22324 (Ignore leading namespace separator in
     ReflectionParameter::__construct()). (jorgsowa)

+- SPL:
+  . Fix class_parents for classes with leading slash in non-autoload mode.
+    (jorgsowa)
+  . Ignore leading back-slash in class_parents(), class_implements(), and
+    class_uses(). (jorgsowa)
+
 - Standard:
   . Fixed bug GH-22360 (convert.base64-encode corruption on
     incremental flush). (David Carlier)