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-30 14:59:01 +02:00
parent e24101acb4
commit e077186a34

4
NEWS
View File

@@ -9,6 +9,8 @@ PHP NEWS
. Fixed bug GH-13330 (Append -Wno-implicit-fallthrough flag conditionally).
(Peter Kokot)
. Fix uninitialized memory in network.c. (nielsdos)
. Fixed bug GH-15108 (Segfault when destroying generator during shutdown).
(Arnaud)
- Curl:
. Fixed case when curl_error returns an empty string.
@@ -25,7 +27,7 @@ PHP NEWS
. 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)
(Arnaud, nielsdos)
- PDO_Firebird:
. Fix bogus fallthrough path in firebird_handle_get_attribute(). (nielsdos)