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 tried it now, it does not not wor

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

2002-10-14 Thread Jani Taskinen
On Mon, 14 Oct 2002, Harrie Hazewinkel wrote: >> Huh? Maybe you missed the #ifdef HAVE_NET_SNMP part there? >> Those without the prefix are for ucd-snmp.. > >But still, for the new net-snmp version is is better to have them all >in with the directory prefix. Other package don't do this so

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 configure/compile problems for me..but I'm a bi

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

2002-10-13 Thread Jani Taskinen
On Mon, 14 Oct 2002, Harrie Hazewinkel wrote: >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

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] Patch for ext/snmp to support net-snmp-5.0.x

2002-10-13 Thread Jani Taskinen
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 don't use SNMP stuff myself. So if someone who's really familiar with that could try thi