From e077186a34308d27d3f32eaeab0e0a847bbaf7e6 Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Tue, 30 Jul 2024 14:59:01 +0200 Subject: [PATCH] [ci skip] NEWS --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 543d66233a5..95de4f325ce 100644 --- a/NEWS +++ b/NEWS @@ -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)