lytboris Sun, 08 May 2011 09:20:58 +
Revision: http://svn.php.net/viewvc?view=revision&revision=310836
Log:
fix error reporting on OID not increasing
calling arguments markup
Changed paths:
U php/php-src/trunk/ext/snmp/snmp.c
Modified: php/php-src/trunk
lytboris Sun, 08 May 2011 13:58:37 +
Revision: http://svn.php.net/viewvc?view=revision&revision=310839
Log:
* 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, no
cataphract Sun, 08 May 2011 19:59:42 +
Revision: http://svn.php.net/viewvc?view=revision&revision=310844
Log:
- Merged to 5.3 change in trunk in _php_stream_free. This prevents the segfault
in the testcase for bug #53624. The testcase still has to be fixed thou