We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03149ef commit c7b6550Copy full SHA for c7b6550
NEWS
@@ -7,6 +7,8 @@ PHP NEWS
7
. Throw Error exception when encountering recursion during comparison, rather
8
than fatal error. (ilutov)
9
. Added missing cstddef include for C++ builds. (cmb)
10
+ . Fixed bug GH-15108 (Segfault when destroying generator during shutdown).
11
+ (Arnaud)
12
13
- BCMath:
14
. Adjust bcround()'s $mode parameter to only accept the RoundingMode
@@ -31,7 +33,7 @@ PHP NEWS
31
33
32
34
- Opcache:
35
. Fixed bug GH-13775 (Memory leak possibly related to opcache SHM placement).
- (Arnaud)
36
+ (Arnaud, nielsdos)
37
38
- OpenSSL:
39
. Bumped minimum required OpenSSL version to 1.1.0. (cmb)
0 commit comments