]> granicus.if.org Git - php/commitdiff
Fixed SNMP_ERR_TOOBIG handling for bulk walk operations. (Boris Lytochkin)
authorBoris Lytochkin <lytboris@php.net>
Thu, 19 Dec 2013 20:37:29 +0000 (00:37 +0400)
committerBoris Lytochkin <lytboris@php.net>
Thu, 19 Dec 2013 20:37:29 +0000 (00:37 +0400)
NEWS

diff --git a/NEWS b/NEWS
index 76657d3edd02322d4a77c3d0d22ea2de30dc9012..7714f3104975266ccf0fef754cfc3dfc7f6767f1 100644 (file)
--- 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)