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

2005-04-11 Thread Harrie Hazewinkel
harrie Mon Apr 11 10:59:43 2005 EDT Modified files: /php-src/ext/snmp snmp.c Log: Converting the usage of the integer based internal commands into MACROS to ease future extensions. http://cvs.php.net/diff.php/php-src/ext/snmp/snmp.c?r1=1.99&r2=1.100&ty=u

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

2005-04-11 Thread Harrie Hazewinkel
harrie Mon Apr 11 10:56:51 2005 EDT Modified files: /php-src/ext/snmp snmp.c Log: Adding support for a getbulk oriented walk. The getbulk can only be used for SNMPv2c and SNMPv3. http://cvs.php.net/diff.php/php-src/ext/snmp/snmp.c?r1=1.98&r2=1.99&ty=u

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS

2005-03-17 Thread Harrie Hazewinkel
harrie Thu Mar 17 15:51:11 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: Added SNMPv2 support. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.291&r2=1.1760.2.292&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.291 php-src/NEWS:

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

2005-03-17 Thread Harrie Hazewinkel
harrie Thu Mar 17 14:47:49 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/snmp php_snmp.h snmp.c Log: Adding SNMPV2 functions for data retrieval. http://cvs.php.net/diff.php/php-src/ext/snmp/php_snmp.h?r1=1.22.2.1&r2=1.22.2.2&ty=u Index: php-src/ex

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

2005-03-16 Thread Harrie Hazewinkel
On Mar 16, 2005, at 7:29 PM, Rasmus Lerdorf wrote: Ilia Alshanetsky wrote: Rasmus Lerdorf wrote: I think this is a bit of a grey area actually. We definitely want to avoid new destabilizing core features in the 4.3 branch, but in extensions on the fringes it is a hard call. There are plenty of

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

2005-03-16 Thread Harrie Hazewinkel
On Mar 16, 2005, at 5:41 PM, Ilia Alshanetsky wrote: I do see more commits in this branch. You are telling me that those are only bug fixes? Yes. Then there are still quit a lot. :-( Anyway, maybe it would be helpful to have somewhere in the README.CVS-RULES also something about which branches to u

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

2005-03-16 Thread Harrie Hazewinkel
Hi, On Mar 16, 2005, at 5:21 PM, Derick Rethans wrote: On Wed, 16 Mar 2005, Harrie Hazewinkel wrote: harrie Wed Mar 16 11:19:59 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/snmpphp_snmp.h snmp.c Log: Adding SNMPv2 community based (i.e. protocol version

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

2005-03-16 Thread Harrie Hazewinkel
harrie Wed Mar 16 11:19:59 2005 EDT Modified files: (Branch: PHP_4_3) /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.14.2.5&r2=1.14.2.6&t

[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.23&r2=1.24&ty=u Index: php-src/ext/sn

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS

2003-07-25 Thread Harrie Hazewinkel
harrie Fri Jul 25 03:36:42 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: Adding bugfix. Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.303 php-src/NEWS:1.1247.2.304 --- php-src/NEWS:1.1247.2.303 Thu Jul 24 15:58:30 2003 +++ php-src/NEW

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/snmp snmp.c

2003-07-25 Thread Harrie Hazewinkel
harrie Fri Jul 25 03:32:40 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/snmp snmp.c Log: Bug 24760 fix, in which the port number when non-default is not handled correctly and ends up as the default port. This seems to be caused by some buffer overf

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

2003-07-24 Thread Harrie Hazewinkel
harrie Thu Jul 24 17:48:56 2003 EDT Modified files: /php-src/ext/snmp snmp.c Log: Bug 24760 fix, in which the port number when non-default is not handled correctly and ends up as the default port. This seems to be caused by some buffer overflow where the por

[PHP-CVS] cvs: php-src /ext/standard credits_ext.h

2003-07-14 Thread Harrie Hazewinkel
emory Operations", "Slava Poliakov, Ilia Alshanetsky"); CREDIT_LINE("simplexml", "Sterling Hughes"); -CREDIT_LINE("SNMP", "Rasmus Lerdorf"); +CREDIT_LINE("SNMP", "Rasmus Lerdorf, Harrie Hazewinkel, Mike Jackson, Steven Lawrance, Johann

[PHP-CVS] cvs: php-src /ext/snmp CREDITS

2003-07-14 Thread Harrie Hazewinkel
:1.3Mon Jul 14 14:19:34 2003 +++ php-src/ext/snmp/CREDITSMon Jul 14 14:55:35 2003 @@ -1,6 +1,2 @@ SNMP -Rasmus Lerdorf -Harrie Hazewinkel -Mike Jackson -Steven Lawrance -Johann Hanne +Rasmus Lerdorf, Harrie Hazewinkel, Mike Jackson, Steven Lawrance, Johann Hanne -- PHP CVS Mailing

[PHP-CVS] cvs: php-src /ext/snmp CREDITS

2003-07-14 Thread Harrie Hazewinkel
--- php-src/ext/snmp/CREDITS:1.2Mon Nov 11 16:09:19 2002 +++ php-src/ext/snmp/CREDITSMon Jul 14 14:19:34 2003 @@ -1,3 +1,6 @@ SNMP Rasmus Lerdorf Harrie Hazewinkel +Mike Jackson +Steven Lawrance +Johann Hanne -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit

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

2003-07-14 Thread Harrie Hazewinkel
harrie Mon Jul 14 14:10:22 2003 EDT Modified files: /php-src/ext/snmp php_snmp.h snmp.c Log: Adding an SNMP GETNEXT. This is a basic SNMP operation that retrieves the next value as the one provided to the command. NOTE: snmpgetnext does not follow the offi

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

2003-07-14 Thread Harrie Hazewinkel
harrie Mon Jul 14 13:34:56 2003 EDT Modified files: /php-src/ext/snmp snmp.c Log: (RE applying) Cleaning up some very old definitions of version 3.3.1 until 3.5.3. Those versions are that old that people better upgrade the SNMP libraries. Index: php-sr

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

2003-07-14 Thread Harrie Hazewinkel
TED]>| | Steven Lawrance <[EMAIL PROTECTED]>| | Harrie Hazewinkel <[EMAIL PROTECTED]> | + | Johann Hanne <[EMAIL PROTECTED]> | +--+ */

[PHP-CVS] cvs: php4 /ext/snmp snmp.c

2003-06-23 Thread Harrie Hazewinkel
harrie Mon Jun 23 14:16:37 2003 EDT Modified files: /php4/ext/snmp snmp.c Log: Cleaning up some very old definitions of version 3.3.1 until 3.5.3. Those versions are that old that people better upgrade the SNMP libraries. Index: php4/ext/snmp/snmp.c d

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

2003-06-23 Thread Harrie Hazewinkel
lt;[EMAIL PROTECTED]>| | Harrie Hazewinkel <[EMAIL PROTECTED]> | + | Johann Hanne <[EMAIL PROTECTED]> | +--+ */ -/* $Id: php_snmp.h,v

[PHP-CVS] cvs: php4(PHP_4_3) /ext/snmp php_snmp.h snmp.c

2003-06-21 Thread Harrie Hazewinkel
05:42:01 2003 +++ php4/ext/snmp/snmp.cSat Jun 21 17:50:01 2003 @@ -16,10 +16,11 @@ | Mike Jackson <[EMAIL PROTECTED]>| | Steven Lawrance <[EMAIL PROTECTED]>| | Harrie Hazewinkel <[EMAIL PROTECTE

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

2002-11-11 Thread Harrie Hazewinkel
:1.69 Mon Nov 11 16:09:19 2002 +++ php4/ext/snmp/snmp.cMon Nov 11 16:37:19 2002 @@ -18,7 +18,7 @@ | Harrie Hazewinkel <[EMAIL PROTECTED]> | +--+ */ -/* $Id: snmp.c,v 1.69 2002/11/11

[PHP-CVS] cvs: php4 /ext/snmp CREDITS php_snmp.h snmp.c

2002-11-11 Thread Harrie Hazewinkel
/ext/snmp/CREDITS:1.1 Mon Nov 20 05:31:36 2000 +++ php4/ext/snmp/CREDITS Mon Nov 11 16:09:19 2002 @@ -1,2 +1,3 @@ SNMP Rasmus Lerdorf +Harrie Hazewinkel Index: php4/ext/snmp/php_snmp.h diff -u php4/ext/snmp/php_snmp.h:1.12 php4/ext/snmp/php_snmp.h:1.13 --- php4/ext/snmp/php_snmp.h:1.12

[PHP-CVS] cvs: php4 /ext/snmp snmp.c

2002-11-11 Thread Harrie Hazewinkel
harrie Mon Nov 11 13:45:50 2002 EDT Modified files: /php4/ext/snmp snmp.c Log: Fixing the php_info function. Print UCD-SNMP when UCD-SNMP is used. Print NET-SNMP when NET-SNMP is used. Index: php4/ext/snmp/snmp.c diff -u php4/ext/snmp/snmp.c:1.67 ph