1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
This commit is contained in:
Remi Collet
2025-03-21 08:25:05 +01:00
parent 209f4c296e
commit 7e6a36889c

4
NEWS
View File

@@ -40,6 +40,10 @@ PHP NEWS
- PDO:
. Fix memory leak when destroying PDORow. (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)