lytboris                                 Sat, 20 Aug 2011 20:56:02 +0000

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

Log:
IPv6 Support for SNMP. (FR #42918)

Bug: https://bugs.php.net/42918 (Feedback) IPv6 addresses not supported in SNMP 
extension
      
Changed paths:
    U   php/php-src/branches/PHP_5_4/NEWS
    U   php/php-src/branches/PHP_5_4/UPGRADING
    U   php/php-src/trunk/NEWS
    U   php/php-src/trunk/UPGRADING

Modified: php/php-src/branches/PHP_5_4/NEWS
===================================================================
--- php/php-src/branches/PHP_5_4/NEWS   2011-08-20 18:21:04 UTC (rev 315244)
+++ php/php-src/branches/PHP_5_4/NEWS   2011-08-20 20:56:02 UTC (rev 315245)
@@ -307,6 +307,7 @@
   . 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)

Modified: php/php-src/branches/PHP_5_4/UPGRADING
===================================================================
--- php/php-src/branches/PHP_5_4/UPGRADING      2011-08-20 18:21:04 UTC (rev 
315244)
+++ php/php-src/branches/PHP_5_4/UPGRADING      2011-08-20 20:56:02 UTC (rev 
315245)
@@ -318,6 +318,9 @@
              - 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

Modified: php/php-src/trunk/NEWS
===================================================================
--- php/php-src/trunk/NEWS      2011-08-20 18:21:04 UTC (rev 315244)
+++ php/php-src/trunk/NEWS      2011-08-20 20:56:02 UTC (rev 315245)
@@ -231,6 +231,7 @@
   . 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)

Modified: php/php-src/trunk/UPGRADING
===================================================================
--- php/php-src/trunk/UPGRADING 2011-08-20 18:21:04 UTC (rev 315244)
+++ php/php-src/trunk/UPGRADING 2011-08-20 20:56:02 UTC (rev 315245)
@@ -302,6 +302,9 @@
              - 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

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

Reply via email to