lytboris                                 Fri, 17 Jun 2011 18:26:54 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=312240

Log:
expand SNMP section

Changed paths:
    U   php/php-src/branches/PHP_5_4/NEWS

Modified: php/php-src/branches/PHP_5_4/NEWS
===================================================================
--- php/php-src/branches/PHP_5_4/NEWS   2011-06-17 18:24:56 UTC (rev 312239)
+++ php/php-src/branches/PHP_5_4/NEWS   2011-06-17 18:26:54 UTC (rev 312240)
@@ -212,14 +212,19 @@
 - Improved ZLIB extension:
   . Re-implemented non-file related functionality. (Mike)

-- Improved SNMP extension:
-  . Added OO API. FR #53594.
+- Improved SNMP extension (Boris Lytochkin):
+  . Added OO API. FR #53594 (php-snmp rewrite).
   . Sanitized return values of existing functions. Now it returns FALSE on
     failure.
   . Allow ~infinite OIDs in GET/GETNEXT/SET queries. Autochunk them to max_oids
     upon request.
   . Introducing unit tests for extension with ~full coverage.
-  . Fixed bugs #44193, #44193, #45893, #46065, #51336, #53862.
+  . Fixed bugs
+    . #44193 (snmp v3 noAuthNoPriv doesn't work)
+    . #45893 (Snmp buffer limited to 2048 char)
+    . #46065 (snmp_set_quick_print() persists between requests)
+    . #51336 (snmprealwalk (snmp v1) does not handle end of OID tree correctly)
+    . #53862 (snmp_set_oid_output_format does not allow returning to default)

 ## UNSORTED ##


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to