Re: [PHP-DEV] [PATCH] SNMP value retrieval

2003-01-21 Thread Harrie Hazewinkel
HI, I have reviewed your patch and some comments I have are below, in perticular I was wondering what would be best to do so. *) I am not completely understanding what you want with the SNMP_VALUE_METHODPLAIN. Is this the BER encoded value?? If so that is a not wanted feature, IMHO. *) The obje

Re: [PHP-DEV] [PATCH] SNMP value retrieval

2003-01-16 Thread Harrie Hazewinkel
HI, Just a notice that I am not ignoring it. I am looking into it and try to understand it. On Tuesday, January 14, 2003, at 08:19 PM, Johann Hanne wrote: Hi, The patch makes it much easier to parse the returned SNMP values, as they are no longer pre-parsed by the net-snmp library after you

Re: [PHP-DEV] Maintainer of SNMP module?

2003-01-05 Thread Harrie Hazewinkel
HI, This is the same as you have send to the net-snmp-users mailinglist, right?? If not let me know. Harrie On Thursday, December 26, 2002, at 09:06 PM, Johann Hanne wrote: Hi, is somebody actually maintaining the SNMP module? I'm currently using PHP 4.2.3 and I have two major problems whic

Re: [PHP-DEV] New SNMP function names

2002-12-05 Thread Harrie Hazewinkel
On Thursday, December 5, 2002, at 02:13 PM, Derick Rethans wrote: On Thu, 5 Dec 2002, Harrie Hazewinkel wrote: [1] Function names for user-level functions should be enclosed with in the PHP_FUNCTION() macro. They should be in lowercase, with words underscore delimited, with care taken

Re: [PHP-DEV] New SNMP function names

2002-12-05 Thread Harrie Hazewinkel
On Thursday, December 5, 2002, at 12:17 PM, Derick Rethans wrote: On Thu, 5 Dec 2002, Harrie Hazewinkel wrote: On Wednesday, December 4, 2002, at 02:49 PM, Derick Rethans wrote: Hello, while browsing the CVS I found that the following functions were added to the CVS recently

Re: [PHP-DEV] New SNMP function names

2002-12-05 Thread Harrie Hazewinkel
Hi all, (sorry if you receive it duplicate, but it did not seem to make the list last time.) On Wednesday, December 4, 2002, at 02:49 PM, Derick Rethans wrote: Hello, while browsing the CVS I found that the following functions were added to the CVS recently: + PHP_FE(snmpv3get, NULL) +

Re: [PHP-DEV] PHP 4 Bug Summary Report

2002-12-02 Thread Harrie Hazewinkel
HI, Just a question. I saw some SNMP related items. Mainly asking to make sure I follow procedure. On Saturday, November 30, 2002, at 04:00 PM, [EMAIL PROTECTED] wrote: PHP 4 Bug Database summary - http://bugs.php.net 6584 Open SNMP "get-next" function is missing 17405 Open Support

Re: [PHP-DEV] problem with GPL code in PHP4

2002-11-18 Thread Harrie Hazewinkel
On Monday, November 18, 2002, at 04:35 PM, Derick Rethans wrote: On Mon, 18 Nov 2002, Henri Gomez wrote: Hi to all, I take a look at PHP4 license information, I see that PHP4 is licensed under an Apache Style license. I see at least 2 files, rand.c and image.c which are under GPL licence, an

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/snmp CREDITS php_snmp.hsnmp.c

2002-11-12 Thread Harrie Hazewinkel
--On Wednesday, November 13, 2002 2:33 AM +0200 Jani Taskinen <[EMAIL PROTECTED]> wrote: Maybe it would be good idea to do something like LDAP extension does? ie. have something similar to ldap_set_option() to set the protocol version to be used? And have same functions and thu

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/snmp CREDITS php_snmp.hsnmp.c

2002-11-12 Thread Harrie Hazewinkel
--On Tuesday, November 12, 2002 10:42 PM +0100 Derick Rethans <[EMAIL PROTECTED]> wrote: On Tue, 12 Nov 2002, Harrie Hazewinkel wrote: >> These function names don't follow the PHP standards, I think we should >> definitely come up with better names. > > I agre

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/snmp CREDITS php_snmp.hsnmp.c

2002-11-12 Thread Harrie Hazewinkel
--On Monday, November 11, 2002 11:20 PM +0200 Andi Gutmans <[EMAIL PROTECTED]> wrote: At 10:22 PM 11/11/2002 +0100, Derick Rethans wrote: On Mon, 11 Nov 2002, Harrie Hazewinkel wrote: > harrieMon Nov 11 16:09:19 2002 EDT > > Modified files: > /php4/e

[PHP-DEV] Cleaning up the ext/snmp/snmp.c

2002-11-07 Thread Harrie Hazewinkel
HI all, I was wondering what the support would be to delete the following from the 'ext/snmp/snmp.c' file. This is for old versions of UCD in the 3.x.x range where they currently have versions in the 4.x.x range. portion of code /* For really old ucd-snmp ve

[PHP-DEV] CVS Account Request: harrie

2002-11-04 Thread Harrie Hazewinkel
Development of the SNMP extension (second try, network problem at PHPCON) -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [PATCH] SNMPv3 support

2002-11-02 Thread Harrie Hazewinkel
HI, I have updated the patch send earlier to this list that adds authentication and privacy (SNMPv3) functionality to the SNMP module. The patch is at URL: http://www.lisanza.net/php-snmp/php-netsnmp.patch.txt I would appreciate if the patch will be applied. Harrie Internet Management Consu

Re: [PHP-DEV] [4.3] Current critical bugs

2002-10-15 Thread Harrie Hazewinkel
HI, If 4.3 is released from CVS HEAD there is also a bug in the SNMP module. The commit made by Jani Taskinen <[EMAIL PROTECTED]> made only with NET-SNMP unfortenately it did not made it work. The patch to fix this can be found at: http://www.lisanza.net/php-snmp/php-snmp-fixing.patch.txt Note

[PHP-DEV] Changes to SNMP support in PHP

2002-10-15 Thread Harrie Hazewinkel
HI, Since the last commit in the SNMP module for PHP my previous posted patch to add SNMPv3 support is obviously going to break. Although, I have noticed various download of that patch, has this group any interest in committing it into CVS?? Harrie Internet Management Consulting mailto: [EMAIL

Re: [PHP-DEV] Patch for ext/snmp to support net-snmp-5.0.x

2002-10-15 Thread Harrie Hazewinkel
--On Tuesday, October 15, 2002 3:43 AM +0300 Jani Taskinen <[EMAIL PROTECTED]> wrote: > On Mon, 14 Oct 2002, Harrie Hazewinkel wrote: > >> OK, if you want apply your patch to the core of PHP. > > I will, don't worry. Thanks for applying this patch. Having

[PHP-DEV] [PATCH] fixing snmp support after last commit

2002-10-15 Thread Harrie Hazewinkel
HI, I have made a patch in order to get SNMP support in PHP working again. The last patch committed was broken. The patch to fix this can be found at: http://www.lisanza.net/php-snmp/php-snmp-fixing.patch.txt Harrie Internet Management Consulting mailto: [EMAIL PROTECTED] htt

[PHP-DEV] cvs account

2002-10-15 Thread Harrie Hazewinkel
HI, Can I have one to in order to get SNMPv3 support into PHP and make it work with NET-SNMP 5.0.x?? Just asking, since I have seen various poeple over the last weeks asking for a CVS account and I am not sure whether just asking is the way to get CVS commit access. regards, Harrie Internet

[PHP-DEV] [PATCH] NET-SNMP, PHP and SNMPv3

2002-10-14 Thread Harrie Hazewinkel
HI all, Sorry for the cross posting, but I have seen comments regarding netsnmp and php on these lists and I am not sure if all are on all mailiglists. Again sorry. At the URL: http://www.lisanza.net/php-snmp/php-netsnmpv3.patch.txt one can find a patch that would add SNMPv3 support to the PH

Re: [PHP-DEV] Patch for ext/snmp to support net-snmp-5.0.x

2002-10-14 Thread Harrie Hazewinkel
HI, --On Monday, October 14, 2002 10:17 AM +0300 Jani Taskinen <[EMAIL PROTECTED]> wrote: > On Mon, 14 Oct 2002, Harrie Hazewinkel wrote: >> --On Monday, October 14, 2002 6:10 AM +0300 Jani Taskinen >> <[EMAIL PROTECTED]> wrote: >>> Fixes the configur

Re: [PHP-DEV] Patch for ext/snmp to support net-snmp-5.0.x

2002-10-13 Thread Harrie Hazewinkel
HI --On Monday, October 14, 2002 6:10 AM +0300 Jani Taskinen <[EMAIL PROTECTED]> wrote: > > This patch: > > http://www.kolumbus.fi/jani.taskinen/bugs/php_snmp.patch.gz > > Fixes the configure/compile problems for me..but I'm a bit > unsure whether the functions also work as I do

[PHP-DEV] SNMP extension question

2002-09-12 Thread Harrie Hazewinkel
HI, While adding SNMPv3 support I noticed that number 5 to 8 are reserved. These are numbers used to map (for instance) from the PHP_FUNCTION(snmpget) to the internal php_snmp function. (Example code) PHP_FUNCTION(snmpget) { php_snmp(INTERNAL_FUNCTION_PARAMETERS_PASSTHRU, 1); } The number

Re: [PHP-DEV] [PATCH] the attached patch makes NET-SNMP 5.0.xworking with PHP.

2002-09-10 Thread Harrie Hazewinkel
Hi, I discovered that the attachment as text/plain is also garbled. I have now put the patch on a website: http://digilander.libero.it/harrie/temp/php-netsnmp.patch Harrie --On Tuesday, September 10, 2002 11:55 AM +0200 Harrie Hazewinkel <[EMAIL PROTECTED]> wrote: > HI, > &g

Re: [PHP-DEV] [PATCH] the attached patch makes NET-SNMP 5.0.xworking with PHP.

2002-09-10 Thread Harrie Hazewinkel
Hi, Weird but true, somehow the attachment was stripped of somewhere. It is below inline between the '=' lines. --On Tuesday, September 10, 2002 12:04 PM +0200 [EMAIL PROTECTED] wrote: > Hey, > > nothing is attached, can you put it on a website? > > Derick > >

[PHP-DEV] [PATCH] the attached patch makes NET-SNMP 5.0.x working with PHP.

2002-09-10 Thread Harrie Hazewinkel
HI, The attached patch adds an extra configure directive to enable compilation of PHP against NET-SNMP 5.0.x versions. The current UCD-SNMP support is still there, since those version are around still. if it can be added to CVS would be grate. regards, Harrie -- PHP Development Mailing List

Re: [PHP-DEV] net-snmp support (open bug 18728)

2002-09-05 Thread Harrie Hazewinkel
Or do we need to add the SNMPv3 functionality with an snmpv3 prefix instead of the snmp prefix. > > -Rasmus > > On Thu, 5 Sep 2002, Harrie Hazewinkel wrote: > >> HI, >> >> I was working on getting PHP with SNMP compiled with the >> latest NET-SNMP 5.0.4 (was U

[PHP-DEV] net-snmp support (open bug 18728)

2002-09-05 Thread Harrie Hazewinkel
HI, I was working on getting PHP with SNMP compiled with the latest NET-SNMP 5.0.4 (was UCD-SNMP). It does not work. I was willing to fix this problem, however, I beleive it could cause backwards compatibility problems if the UCD-SNMP must be kept. the options are (as i recognise), 1) drop UCD-S