We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e0d3f commit 58cf903Copy full SHA for 58cf903
NEWS
@@ -9,6 +9,8 @@ PHP NEWS
9
. Fixed bug GH-13330 (Append -Wno-implicit-fallthrough flag conditionally).
10
(Peter Kokot)
11
. Fix uninitialized memory in network.c. (nielsdos)
12
+ . Fixed bug GH-15108 (Segfault when destroying generator during shutdown).
13
+ (Arnaud)
14
15
- Curl:
16
. Fixed case when curl_error returns an empty string.
@@ -25,7 +27,7 @@ PHP NEWS
25
27
. Fixed bug GH-13817 (Segmentation fault for enabled observers after pass 4).
26
28
(Bob)
29
. Fixed bug GH-13775 (Memory leak possibly related to opcache SHM placement).
- (Arnaud)
30
+ (Arnaud, nielsdos)
31
32
- PDO_Firebird:
33
. Fix bogus fallthrough path in firebird_handle_get_attribute(). (nielsdos)
0 commit comments