From: Anatol Belski Date: Wed, 16 Mar 2016 08:50:51 +0000 (+0100) Subject: update NEWS X-Git-Tag: php-7.0.5~6^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=884c7d181f07cff0f2045251215e388525147141;p=php update NEWS --- diff --git a/NEWS b/NEWS index 358e72eda8..999a2922af 100644 --- a/NEWS +++ b/NEWS @@ -63,6 +63,10 @@ PHP NEWS . Fixed Bug #71683 (Null pointer dereference in zend_hash_str_find_bucket). (Yasuo) +- SNMP: + . Fixed bug #71704 (php_snmp_error() Format String Vulnerability). + (andrew at jmpesp dot org) + - SPL: . Fixed bug #71617 (private properties lost when unserializing ArrayObject). (Nikita)