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

[ci skip] NEWS

This commit is contained in:
Arnaud Le Blanc
2024-07-22 19:28:28 +02:00
parent ead61c7f29
commit 4377dff59c

2
NEWS
View File

@@ -20,6 +20,8 @@ PHP NEWS
- Opcache:
. Fixed bug GH-13817 (Segmentation fault for enabled observers after pass 4).
(Bob)
. Fixed bug GH-13775 (Memory leak possibly related to opcache SHM placement).
(Arnaud)
- PDO_Firebird:
. Fix bogus fallthrough path in firebird_handle_get_attribute(). (nielsdos)