Skip to content

Commit a80216b

Browse files
committed
Update NEWS for bugfixes
1 parent a9c7dfe commit a80216b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? ????, PHP 8.4.24
44

5+
- DBA:
6+
. Fixed OOB read on malformed length field in dba flatfile handler. (alhudz)
7+
58
- Exif:
69
. Fixed bug GH-11020 (exif_read_data() emits a spurious "Illegal IFD size"
710
warning when an IFD is not followed by a next-IFD offset). (Eyüp Can Akman)
@@ -42,6 +45,10 @@ PHP NEWS
4245
. Fixed bug GH-22441 (ReflectionClass::hasProperty() and getProperty() ignore
4346
dynamic properties shadowing a private parent property). (iliaal)
4447

48+
- Session:
49+
. Fixed bug GH-21314 (Different session garbage collector behavior between
50+
PHP 8.3 and PHP 8.5). (jorgsowa)
51+
4552
- SPL:
4653
. Fix class_parents for classes with leading slash in non-autoload mode.
4754
(jorgsowa)

0 commit comments

Comments
 (0)