summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorBoris Lytochkin <lytboris@php.net>2011-07-17 17:27:00 +0000
committerBoris Lytochkin <lytboris@php.net>2011-07-17 17:27:00 +0000
commita80c2ee19b6534b54780703cb5fc4ba5071dadd3 (patch)
tree3eb11b0990748c93cab5a5c82dda89afce19b675 /UPGRADING
parenta3592145f81b5bd8a5be8cc5c54469c2b6be3807 (diff)
downloadphp-git-a80c2ee19b6534b54780703cb5fc4ba5071dadd3.tar.gz
fix FR #54502: allow user to change OID value output mode when SNMP_VALUE_OBJECT is used.
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 534e8bf5b7..9fec6dd689 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -283,6 +283,13 @@ UPGRADE NOTES - PHP X.Y
- Multi OID get/getnext/set queries are now supported.
- New constants added for use in snmp_set_oid_output_format()
function.
+ - Function snmp_set_valueretrieval() changed it's behaviour:
+ SNMP_VALUE_OBJECT can be combined with one of
+ SNMP_VALUE_PLAIN or SNMP_VALUE_LIBRARY resulting OID value
+ changes. When no SNMP_VALUE_PLAIN or SNMP_VALUE_LIBRARY
+ is supplied with SNMP_VALUE_OBJECT, SNMP_VALUE_LIBRARY is used.
+ Prior to 5.4.0 when no SNMP_VALUE_PLAIN or SNMP_VALUE_LIBRARY
+ was supplied with SNMP_VALUE_OBJECT, SNMP_VALUE_PLAIN was used.
- Added feature-rich OO API (SNMP class)
- Dropped UCD-SNMP compatibility code. Consider upgrading to
net-snmp v5.3+. Net-SNMP v5.4+ is required for Windows version.