Commit a80216b291c for php.net
commit a80216b291c77f4b3cb653034d199f0e793e39ea
Author: Gina Peter Banyard <girgias@php.net>
Date: Thu Jul 2 11:54:12 2026 +0100
Update NEWS for bugfixes
diff --git a/NEWS b/NEWS
index 766daa2ee51..6ac3e8db393 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.4.24
+- DBA:
+ . Fixed OOB read on malformed length field in dba flatfile handler. (alhudz)
+
- Exif:
. Fixed bug GH-11020 (exif_read_data() emits a spurious "Illegal IFD size"
warning when an IFD is not followed by a next-IFD offset). (Eyüp Can Akman)
@@ -42,6 +45,10 @@ PHP NEWS
. Fixed bug GH-22441 (ReflectionClass::hasProperty() and getProperty() ignore
dynamic properties shadowing a private parent property). (iliaal)
+- Session:
+ . Fixed bug GH-21314 (Different session garbage collector behavior between
+ PHP 8.3 and PHP 8.5). (jorgsowa)
+
- SPL:
. Fix class_parents for classes with leading slash in non-autoload mode.
(jorgsowa)