summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorBoris Lytochkin <lytboris@php.net>2011-03-27 09:44:38 +0000
committerBoris Lytochkin <lytboris@php.net>2011-03-27 09:44:38 +0000
commit907244a8222a72cf6dd71216a603a5945a207edb (patch)
tree20996b303c2b96332f374d8b6e89ea5d8bcf3fbc /UPGRADING
parentc2fe893985f619fdb4f8d17c16405e8ce7926db5 (diff)
downloadphp-git-907244a8222a72cf6dd71216a603a5945a207edb.tar.gz
added info about changes in SNMP extension
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 320041293b..c073209215 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -255,6 +255,16 @@ UPGRADE NOTES - PHP X.Y
- 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 @@ UPGRADE NOTES - PHP X.Y
- Intl:
- Transliterator
+
+ - SNMP:
+ - SNMP
h. New methods