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

2005-03-16 Thread Harrie Hazewinkel
harrie Wed Mar 16 09:29:42 2005 EDT Modified files: /php-src/ext/snmp php_snmp.h snmp.c Log: Adding SNMPv2 community based (i.e. protocol version) functions. http://cvs.php.net/diff.php/php-src/ext/snmp/php_snmp.h?r1=1.23r2=1.24ty=u Index:

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

2005-01-08 Thread Jani Taskinen
sniper Sat Jan 8 07:02:24 2005 EDT Modified files: /php-src/ext/snmp php_snmp.h snmp.c Log: - Fix some memory leaks http://cvs.php.net/diff.php/php-src/ext/snmp/php_snmp.h?r1=1.22r2=1.23ty=u Index: php-src/ext/snmp/php_snmp.h diff -u

Re: [PHP-CVS] cvs: php-src /ext/snmp php_snmp.h snmp.c

2003-07-16 Thread Sterling Hughes
+ + /* Prevent read_mib() from printing any errors. */ + snmp_disable_stderrlog(); + How does one get the error that occurred then? -Sterling -- Premature optimization is the root of all evil - Donald E. Knuth -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP-CVS] cvs: php-src /ext/snmp php_snmp.h snmp.c

2003-07-16 Thread Jani Taskinen
On 16 Jul 2003, Sterling Hughes wrote: + +/* Prevent read_mib() from printing any errors. */ +snmp_disable_stderrlog(); + How does one get the error that occurred then? See the rest of the code. --Jani -- PHP CVS Mailing List (http://www.php.net/) To