From: Boris Lytochkin Date: Thu, 19 Dec 2013 20:37:29 +0000 (+0400) Subject: Fixed SNMP_ERR_TOOBIG handling for bulk walk operations. (Boris Lytochkin) X-Git-Tag: php-5.5.8RC1~12^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=324eb07440156daeabcdd0c02b35fab79c4c5136;p=php Fixed SNMP_ERR_TOOBIG handling for bulk walk operations. (Boris Lytochkin) --- diff --git a/NEWS b/NEWS index 76657d3edd..7714f31049 100644 --- a/NEWS +++ b/NEWS @@ -38,6 +38,9 @@ PHP NEWS . Fixed reavlidate_path=1 behavior to avoid caching of symlinks values. (Dmitry) +- SNMP: + . Fixed SNMP_ERR_TOOBIG handling for bulk walk operations. (Boris Lytochkin) + - SOAP . Fixed bug #66112 (Use after free condition in SOAP extension). (martin dot koegler at brz dot gv dot at)