From: Boris Lytochkin Date: Sat, 20 Aug 2011 20:56:02 +0000 (+0000) Subject: IPv6 Support for SNMP. (FR #42918) X-Git-Tag: php-5.4.0beta1~397 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82fa8f7a30d7d5b70ae933ca07633f4e6ae52043;p=php IPv6 Support for SNMP. (FR #42918) --- diff --git a/NEWS b/NEWS index 7263e5a0b5..72adb5e754 100644 --- a/NEWS +++ b/NEWS @@ -307,6 +307,7 @@ PHP NEWS . Allow ~infinite OIDs in GET/GETNEXT/SET queries. Autochunk them to max_oids upon request. . Introducing unit tests for extension with ~full coverage. + IPv6 support. (FR #42918) . Way of representing OID value can now be changed when SNMP_VALUE_OBJECT is used for value output mode. Use or'ed SNMP_VALUE_LIBRARY(default if not specified) or SNMP_VALUE_PLAIN. (FR #54502) diff --git a/UPGRADING b/UPGRADING index abb45b4737..9e6200ce15 100755 --- a/UPGRADING +++ b/UPGRADING @@ -318,6 +318,9 @@ UPGRADE NOTES - PHP X.Y - 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. + - In sake of adding support for IPv6 DNS name resolution of + remote SNMP agent (peer) is done by extension now, not by Net-SNMP + library anymore. d. no longer possible to disable