This commit is contained in:
Remi Collet
2025-03-21 08:25:49 +01:00
parent 1c230c27ec
commit 58e4adcd63

4
NEWS
View File

@ -71,6 +71,10 @@ PHP NEWS
- Standard:
. Fix memory leaks in array_any() / array_all(). (nielsdos)
- SOAP:
. Fixed bug #66049 (Typemap can break parsing in parse_packet_soap leading to
a segfault) . (Remi)
- SPL:
. Fixed bug GH-18018 (RC1 data returned from offsetGet causes UAF in
ArrayObject). (nielsdos)