diff --git a/NEWS b/NEWS index 47047ea766e..aa4285c74e3 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,10 @@ PHP NEWS - Intl: . Fixed bug GH-11874 (intl causing segfault in docker images). (nielsdos) +- SNMP: + . Fixed bug GH-17330 (SNMP::setSecurity segfault on closed session). + (David Carlier) + 02 Jan 2025, PHP 8.4.3 - BcMath: @@ -115,10 +119,6 @@ PHP NEWS . Fixed bug GH-17153 (SimpleXML crash when using autovivification on document). (nielsdos) -- SNMP: - . Fixed bug GH-17330 (SNMP::setSecurity segfault on closed session). - (David Carlier) - - Sockets: . Fixed bug GH-16276 (socket_strerror overflow handling with INT_MIN). (David Carlier / cmb)