Re: [PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/NEWS PHP_5_2/ext/snmp/snmp.c PHP_5_3/NEWS PHP_5_3/ext/snmp/snmp.c

2011-01-31 Thread Lytochkin Boris
Hi. On Mon, Jan 31, 2011 at 3:46 PM, Kalle Sommer Nielsen wrote: > The PHP_5_2 branch is dead, so please revert the changes in that > branch and keep it to 5.3/trunk. done, thanks. -- Boris -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2011-02-01 Thread Lytochkin Boris
Hi. I use this module in my production Cacti environment, which uses 5.2 branch. As I use FreeBSD, I'm able to build snmp extension separately from base php as .so module and I use this possibility :) As long as Cacti would need 5.2 to run I will mantain those ugly checks (I believe this legacy w

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

2011-02-26 Thread Lytochkin Boris
Just to indicate that this is not php function return and some other processing (in caller function) follows. On Sat, Feb 26, 2011 at 11:30 PM, Antony Dovgal wrote: > -                       RETURN_FALSE; > +                       RETVAL_FALSE; > +                       return; > > What's the poi

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

2011-02-26 Thread Lytochkin Boris
It is a pain to run it on FreeBSD, there is a bug in run-tests.php: === --- run-tests.php (revision 308673) +++ run-tests.php (working copy) @@ -567,7 +567,7 @@ case 'm': $leak_check = true;

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

2011-02-26 Thread Lytochkin Boris
Sure, #54108 On Sat, Feb 26, 2011 at 11:33 PM, Pierre Joye wrote: > can you open a bug at bugs.php.net with the patch please? > > -- > Pierre > > @pierrejoye | http://blog.thepimp.net | http://www.libgd.org > -- Boris Lytochkin -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, vi

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 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 and thus "Added OO API. FR #