lytboris                                 Sun, 27 Mar 2011 09:44:38 +0000

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

Log:
added info about changes in SNMP extension

Changed paths:
    U   php/php-src/trunk/UPGRADING

Modified: php/php-src/trunk/UPGRADING
===================================================================
--- php/php-src/trunk/UPGRADING 2011-03-27 08:55:27 UTC (rev 309739)
+++ php/php-src/trunk/UPGRADING 2011-03-27 09:44:38 UTC (rev 309740)
@@ -255,6 +255,16 @@
         - The session extension now can hook into the file upload feature
           in order to provide upload progress information through session
           variables.
+        - SNMP extension
+             - Functions in SNMP extension now returns FALSE on every error
+               condition including SNMP-related (no such instance, end of MIB,
+               etc). Thus, in patricular, breaks previous behaviour of get/walk
+               functions returning an empty string on SNMP-related errors.
+             - Multi OID get/getnext/set queries are now supported.
+             - New constants added for use in snmp_set_oid_output_format()
+               function.
+             - Added feature-rich OO API (SNMP class)
+

      d. no longer possible to disable

@@ -353,6 +363,9 @@

        - Intl:
          - Transliterator
+
+       - SNMP:
+         - SNMP

      h. New methods


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

Reply via email to