History log of /PHP-7.4/ext/snmp/php_snmp.h (Results 26 – 50 of 81)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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, 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


# 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()


# 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


Revision tags: php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4
# 02bf16db 21-Jul-2011 Boris Lytochkin

s/noOIDIncreasingCheck/oid_increasing_check/


# 96c45c85 21-Jul-2011 Boris Lytochkin

s/noOIDIncreasingCheck/oid_increasing_check/


# 85edf251 17-Jul-2011 Boris Lytochkin

new propery noOIDIncreasingCheck allowing to skip
OID increasing check (userful for bogus SNMP agents)


# 5c110b9a 17-Jul-2011 Boris Lytochkin

new propery noOIDIncreasingCheck allowing to skip
OID increasing check (userful for bogus SNMP agents)


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


# 787cb14c 12-Jun-2011 Boris Lytochkin

no more method open


# 12517f51 12-Jun-2011 Boris Lytochkin

fix method names in header


# 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


# cab643f6 05-Apr-2011 Boris Lytochkin

* added detection and walkaround for net-snmp library bug (net-snmp BUGid 2027834)
* drop UCD-SNMP support, R.I.P.


# 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
# 3c0f1d5b 04-Mar-2011 Boris Lytochkin

* fix warning about redefining REGISTER_PDO_CLASS_CONST_LONG (damn copy'n'paste)
* tuned two unit test that failed at gcov.php.net/PHP_HEAD


Revision tags: 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
# dc781e25 01-Feb-2011 Boris Lytochkin

- Improved SNMP extension:
. Allow ~infinite OIDs in GET/GETNEXT/SET queries. Autochunk them to max_oids
upon request.


# 5e82e334 31-Jan-2011 Boris Lytochkin

Improved SNMP extension. FR #53594


Revision tags: php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


1234