History log of /PHP-7.3/ext/snmp/snmp.c (Results 76 – 100 of 280)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1
# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


# a2045ff3 01-Jan-2013 Xinchen Hui

Happy New Year~


Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1, php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6
# 4c414c12 13-Jan-2012 Boris Lytochkin

merge from trunk:
Fixed bug #60585 (php build fails with USE flag snmp when IPv6 support is disabled
Fixed bug #60749 (SNMP module should not strip non-standard SNMP port from hostname


# 583292ab 13-Jan-2012 Boris Lytochkin

Fixed bug #60585 (php build fails with USE flag snmp when IPv6 support is disabled)
Fixed bug #60749 (SNMP module should not strip non-standard SNMP port from hostname)
Fixed ipv6 test skipto

Fixed bug #60585 (php build fails with USE flag snmp when IPv6 support is disabled)
Fixed bug #60749 (SNMP module should not strip non-standard SNMP port from hostname)
Fixed ipv6 test skipto if IPv6 support is disabled

show more ...


Revision tags: php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


# 8775a375 01-Jan-2012 Felipe Pena

- Year++


# 4e198252 01-Jan-2012 Felipe Pena

- Year++


Revision tags: php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2, php-5.4.0beta1
# bc3d5d66 02-Sep-2011 Boris Lytochkin

merge from trunk
added SNMPException class, enabling ability to throw exceptions
when a known SNMP error has occured
FR #55542


# a183c17b 02-Sep-2011 Boris Lytochkin

remove extra white space


# d077fc32 02-Sep-2011 Boris Lytochkin

added SNMPException class, enabling ability to throw exceptions
when a known SNMP error has occured
FR #55542


# 8c5fa2ba 02-Sep-2011 Boris Lytochkin

merge from trunk:
remove php_snmp_get_ce()


# 538d8a3f 02-Sep-2011 Boris Lytochkin

remove php_snmp_get_ce()


# 86b563ea 31-Aug-2011 Boris Lytochkin

tune text align


# 2c5c7a2e 31-Aug-2011 Boris Lytochkin

tune text align


# 3aa6f31a 31-Aug-2011 Boris Lytochkin

more tuning based on discussion in FR #40816:
* parse all OIDs earlier, detect all wrong OIDs before any query
is made (GET-operations)
* introduce ERRNO_MULTIPLE_SET_QUERIES:

more tuning based on discussion in FR #40816:
* parse all OIDs earlier, detect all wrong OIDs before any query
is made (GET-operations)
* introduce ERRNO_MULTIPLE_SET_QUERIES:
warn if request contains more OIDs than max_oids and SET operation
(and type&value checks) will be done in chunks.
fix set method when request contains more OIDs than max_oids (2nd and
subsequent chunk were ignored)

show more ...


# b448bb5e 31-Aug-2011 Boris Lytochkin

more tuning based on discussion in FR #40816:
* parse all OIDs earlier, detect all wrong OIDs before any query
is made (GET-operations)
* introduce ERRNO_MULTIPLE_SET_QUERIES:

more tuning based on discussion in FR #40816:
* parse all OIDs earlier, detect all wrong OIDs before any query
is made (GET-operations)
* introduce ERRNO_MULTIPLE_SET_QUERIES:
warn if request contains more OIDs than max_oids and SET operation
(and type&value checks) will be done in chunks.
fix set method when request contains more OIDs than max_oids (2nd and
subsequent chunk were ignored)

show more ...


# 1c88dcf3 30-Aug-2011 Boris Lytochkin

merge from trunk:
set ERRNO_OID_PARSING_ERROR on OID parse error


Revision tags: yaf-2.1.0
# 5ab9e7b5 27-Aug-2011 Boris Lytochkin

export ERRNO_OID_PARSING_ERROR constant:
raise it evry time OID parsing has failed


# 4f100503 27-Aug-2011 Boris Lytochkin

merge from trunk:
reformat OID parsing procedure,
fail whole SNMP query on single OID parsing failure


# 1464da90 27-Aug-2011 Boris Lytochkin

reformat OID parsing procedure,
fail whole SNMP query on single OID parsing failure


Revision tags: php-5.3.8
# cbcf729a 20-Aug-2011 Boris Lytochkin

merge from trunk two commits:
Adding IPv6 support (FR #42918)
more code coverage


# 8c99efcd 20-Aug-2011 Boris Lytochkin

Adding IPv6 support (FR #42918)


Revision tags: php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4
# 23e43859 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro


# 4b30846b 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro


12345678910>>...12