History log of /PHP-8.3/ext/snmp/tests/snmp-object-error.phpt (Results 26 – 31 of 31)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1
# 2b8026cf 12-Jun-2011 Boris Lytochkin

merging from trunk (r312088...r312092):
move SNMP VERSION constants into SNMP class itself
fix typo in comment
no more method open
fix method names in header


# edd80c57 12-Jun-2011 Boris Lytochkin

move SNMP VERSION constants into SNMP class itself


# 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