Skip to content

Commit 6a323eb

Browse files
committed
NEWS entries for recent SPL bug fixes
1 parent 66910ee commit 6a323eb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ PHP NEWS
1919
. Fixed bug GH-22324 (Ignore leading namespace separator in
2020
ReflectionParameter::__construct()). (jorgsowa)
2121

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

0 commit comments

Comments
 (0)