1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Update NEWS with info about OpenSSL GH-19994 fix

This commit is contained in:
Jakub Zelenka
2025-10-14 19:22:39 +02:00
parent 2e4dca57dc
commit f60134a3c9

4
NEWS
View File

@@ -18,6 +18,10 @@ PHP NEWS
. Fixed bug GH-20121 (JIT broken in ZTS builds on MacOS 15).
(Arnaud, Shivam Mathur)
- OpenSSL:
. Fixed bug GH-19994 (openssl_get_cipher_methods inconsistent with fetching).
(Jakub Zelenka)
- SPL:
. Fixed bug GH-20101 (SplHeap/SplPriorityQueue serialization
exposes INDIRECTs). (nielsdos)