[ci skip] NEWS

This commit is contained in:
Arnaud Le Blanc 2024-07-30 15:03:21 +02:00
parent 03149ef962
commit c7b65508d3
No known key found for this signature in database
GPG Key ID: 0098C05DD15ABC13

4
NEWS
View File

@ -7,6 +7,8 @@ PHP NEWS
. Throw Error exception when encountering recursion during comparison, rather
than fatal error. (ilutov)
. Added missing cstddef include for C++ builds. (cmb)
. Fixed bug GH-15108 (Segfault when destroying generator during shutdown).
(Arnaud)
- BCMath:
. Adjust bcround()'s $mode parameter to only accept the RoundingMode
@ -31,7 +33,7 @@ PHP NEWS
- Opcache:
. Fixed bug GH-13775 (Memory leak possibly related to opcache SHM placement).
(Arnaud)
(Arnaud, nielsdos)
- OpenSSL:
. Bumped minimum required OpenSSL version to 1.1.0. (cmb)