From: Boris Lytochkin Date: Fri, 17 Jun 2011 18:18:21 +0000 (+0000) Subject: expand SNMP section X-Git-Tag: php-5.5.0alpha1~1928 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3182fda70c1e0810ebbf6a25af0c1cb63bc89e5;p=php expand SNMP section --- diff --git a/NEWS b/NEWS index 972d0e7503..284dd85350 100644 --- a/NEWS +++ b/NEWS @@ -206,14 +206,19 @@ PHP NEWS - 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 ##