History log of /PHP-8.1/ext/snmp/tests/snmp-object-error.phpt (Results 26 – 29 of 29)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ee0d7f32 08-May-2011 Boris Lytochkin

* new option for SNMP::get: force keys of return array be as in request array
* new option for SNMP::walk: use suffix of OID for keys in return array, not full OID


# 14eaa5ac 20-Mar-2011 Boris Lytochkin

follow CS:
- method set_security should be named as setSecurity
- SNMP_VERSION_2C constant


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2
# 1c659208 26-Feb-2011 Boris Lytochkin

* new methods get_errno, get_error to get errno and error string
of last SNMP-related error
* formatting markup
* some fixes in max_oids logic: NULL will set it to default value,

* new methods get_errno, get_error to get errno and error string
of last SNMP-related error
* formatting markup
* some fixes in max_oids logic: NULL will set it to default value,
do not allow non-positive user-supplied values
* unit tests for changes

show more ...


Revision tags: php-5.3.6RC1
# 5e82e334 31-Jan-2011 Boris Lytochkin

Improved SNMP extension. FR #53594


12