1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Add NEWS entries

Closes GH-17539
This commit is contained in:
Gina Peter Banyard
2025-01-24 20:14:23 +00:00
parent 2ae897fff7
commit e6d917e4c9

4
NEWS
View File

@@ -42,6 +42,10 @@ PHP NEWS
- Opcache:
. Fixed bug GH-17307 (Internal closure causes JIT failure). (nielsdos)
- PDO:
. Fixed a memory leak when the GC is used to free a PDOStatment. (Girgias)
. Fixed a crash in the PDO Firebird Statement destructor. (nielsdos)
- Phar:
. Fixed bug GH-17518 (offset overflow phar extractTo()). (nielsdos)