[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-05-08 Thread Boris Lytochkin
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

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ php_snmp.h snmp.c tests/snmp-object-error.phpt tests/snmp-object.phpt

2011-05-08 Thread Boris Lytochkin
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

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/main/streams/ streams.c

2011-05-08 Thread Gustavo André dos Santos Lopes
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