[php-src] PHP-8.4: Update NEWS for bugfixes
Gina Peter Banyard <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Gina Peter Banyard (Girgias)
Date: 2026-07-02T11:54:12+01:00
Commit: https://github.com/php/php-src/commit/a80216b291c77f4b3cb653034d199f0e793e39ea
Raw diff: https://github.com/php/php-src/commit/a80216b291c77f4b3cb653034d199f0e793e39ea.diff
Update NEWS for bugfixes
Changed paths:
M NEWS
Diff:
diff --git a/NEWS b/NEWS
index 766daa2ee517..6ac3e8db3939 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)