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

2011-09-02 Thread Boris Lytochkin
lytboris Fri, 02 Sep 2011 08:07:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316022 Log: remove php_snmp_get_ce() Changed paths: U php/php-src/trunk/ext/snmp/php_snmp.h U php/php-src/trunk/ext/snmp/snmp.c Modified:

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

2011-09-02 Thread Boris Lytochkin
lytboris Fri, 02 Sep 2011 10:04:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316029 Log: added SNMPException class, enabling ability to throw exceptions when a known SNMP error has occured FR #55542 Bug: https://bugs.php.net/55542 (Assigned)

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

2011-08-27 Thread Boris Lytochkin
lytboris Sat, 27 Aug 2011 08:16:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315608 Log: export ERRNO_OID_PARSING_ERROR constant: raise it evry time OID parsing has failed Changed paths: U php/php-src/trunk/ext/snmp/php_snmp.h U

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

2011-07-21 Thread Boris Lytochkin
lytboris Thu, 21 Jul 2011 12:47:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313532 Log: s/noOIDIncreasingCheck/oid_increasing_check/ Changed paths: U php/php-src/trunk/ext/snmp/php_snmp.h U php/php-src/trunk/ext/snmp/snmp.c

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

2011-07-17 Thread Boris Lytochkin
lytboris Sun, 17 Jul 2011 19:45:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313341 Log: new propery noOIDIncreasingCheck allowing to skip OID increasing check (userful for bogus SNMP agents) Changed paths: U

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

2011-07-17 Thread Antony Dovgal
On 07/17/2011 11:45 PM, Boris Lytochkin wrote: int enum_print; int oid_output_format; int snmp_errno; + int noOIDIncreasingCheck; char snmp_errstr[128]; @@ -159,6 +167,8 @@ bool(true) [oid_output_format]= int(3) + [noOIDIncreasingCheck]= +

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

2011-06-12 Thread Boris Lytochkin
lytboris Sun, 12 Jun 2011 10:07:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312088 Log: fix method names in header Changed paths: U php/php-src/trunk/ext/snmp/php_snmp.h Modified: php/php-src/trunk/ext/snmp/php_snmp.h

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

2011-06-12 Thread Boris Lytochkin
lytboris Sun, 12 Jun 2011 10:13:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312089 Log: no more method open Changed paths: U php/php-src/trunk/ext/snmp/php_snmp.h Modified: php/php-src/trunk/ext/snmp/php_snmp.h

[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=revisionrevision=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,

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

2011-03-20 Thread Boris Lytochkin
lytboris Sun, 20 Mar 2011 20:07:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309485 Log: follow CS: - method set_security should be named as setSecurity - SNMP_VERSION_2C constant Changed paths: U

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

2011-03-04 Thread Boris Lytochkin
lytboris Fri, 04 Mar 2011 18:58:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308931 Log: * 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 Changed

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

2011-03-03 Thread Lytochkin Boris
Hi. On Thu, Mar 3, 2011 at 1:34 AM, Christopher Jones christopher.jo...@oracle.com wrote: Can you add these to NEWS and make sure UPGRADING has all the contributions you've made? NEWS has all information needed (get_(errno|error) methods are parts of SNMP OO API that is under development now

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

2011-03-03 Thread Johannes Schlüter
On Thu, 2011-03-03 at 12:03 +0300, Lytochkin Boris wrote: As for UPGRADING: SendingUPGRADING Transmitting file data .svn: Commit failed (details follow): svn: Commit blocked by pre-commit hook (exit code 1) with output: *** Access denied: Insufficient karma for lytboris to

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

2011-03-02 Thread Christopher Jones
On 02/26/2011 12:27 AM, Boris Lytochkin wrote: lytboris Sat, 26 Feb 2011 08:27:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308703 Log: * new methods get_errno, get_error to get errno and error string of last SNMP-related error *

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

2011-02-26 Thread Boris Lytochkin
lytboris Sat, 26 Feb 2011 08:27:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308703 Log: * 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