History log of /PHP-8.3/ext/snmp/snmp.c (Results 176 – 200 of 354)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4
# 4b30846b 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro

# da376383 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro

# 1ed2f1cf 23-Jul-2011 Boris Lytochkin

provide backwards compatibility for 'p' in zend_parse_parameters()

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

# e1d46760 17-Jul-2011 Boris Lytochkin

swap non_repeaters and max_repetitions in walk query, max_repetitions whould be used more frequently

# 06c20347 17-Jul-2011 Boris Lytochkin

swap non_repeaters and max_repetitions in walk query, max_repetitions whould be used more frequently

# a80c2ee1 17-Jul-2011 Boris Lytochkin

fix FR #54502: allow user to change OID value output mode when SNMP_VALUE_OBJECT is used.

# cf7724d5 17-Jul-2011 Boris Lytochkin

fix FR #54502: allow user to change OID value output mode when SNMP_VALUE_OBJECT is used.

# cc1ccefc 17-Jul-2011 Boris Lytochkin

backport r313324

# 281d0ead 17-Jul-2011 Boris Lytochkin

update ARG_INFO_EX for walk and get methods, fix comments

Revision tags: php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1
# 7a0bd8b9 12-Jun-2011 Boris Lytochkin

remove PHP_VERSION_ID ifdef's, limiting to 5.4 branch

# 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

# 0db6d3b1 12-Jun-2011 Boris Lytochkin

fix typo in comment

# 32b5f8a1 06-Jun-2011 Felipe Pena

- Added new parameter parsing option (p - for valid path (string without null byte in the middle))
# The tests will be fixed in the next commits

# 4737910b 06-Jun-2011 Felipe Pena

- Added new parameter parsing option (p - for valid path (string without null byte in the middle))
# The tests will be fixed in the next commits

# dbed2840 10-May-2011 Boris Lytochkin

fixed typos in tests
ucd-snmp epoch is over, drop legacy memory allocation (non e*)
tune 'buggy snmp_snprint_value' detection on some systems

# 97930e91 10-May-2011 Boris Lytochkin

method renaming:
SNMP::get_errno() -> SNMP::getErrno()
SNMP::get_error() -> SNMP::getError()

# 9d2f7c1e 09-May-2011 Boris Lytochkin

remove method open, __construct is enough

# 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

# 1dc02ac2 08-May-2011 Boris Lytochkin

fix error reporting on OID not increasing
calling arguments markup

# bbb4f679 06-Apr-2011 Boris Lytochkin

* Net-SNMP version detection and proper processing
* more UCD-SNMP-related code removal

12345678910>>...15