Re: [PHP-INST] Re: php 4.2.2, apache 2.0.40 make problem from source

2002-08-27 Thread Rasmus Lerdorf
Why don't you just grab the latest CVS (unstable) snapshot from snaps.php.net? The Apache API changed in 2.0.39/40 so PHP 4.2.x will not build cleanly against it. This is fixed in 4.3-dev -Rasmus On Mon, 26 Aug 2002, Gilberto J. Palau wrote: > Well my problem is different but here it goes to

[PHP-INST] Re: php 4.2.2, apache 2.0.40 make problem from source

2002-08-26 Thread Gilberto J. Palau
Well my problem is different but here it goes to see if any you guys can crack it. First I go to my source directory for apache and I do this: make clean make distclean ./configure --prefix=/usr/local/www --enable-module=so make make install Now apache 2.0 is installed right where I want it. N

Re: [PHP-INST] Re: php 4.2.2, apache 2.0.40 make problem from source

2002-08-15 Thread Rasmus Lerdorf
Just grab a snapshot from snaps.php.net On Fri, 16 Aug 2002, Ken Jeansson wrote: > Okay, and for all us not so skilled could you post the fixed code? > > Preatty please with sugar on top... =) > > // Ken > > "Laurent larquère" <[EMAIL PROTECTED]> skrev i meddelandet > [EMAIL PROTECTED]">news:[EM

Re: [PHP-INST] Re: php 4.2.2, apache 2.0.40 make problem from source

2002-08-15 Thread Ken Jeansson
PHP", php_output_filter, NULL, > AP_FTYPE_RESOURCE); > ap_register_input_filter("PHP", php_input_filter, NULL, AP_FTYPE_RESOURCE); > > --Pete > > From: "Ken Jeansson" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: [PHP-INST] Re: php

Re: [PHP-INST] Re: php 4.2.2, apache 2.0.40 make problem from source

2002-08-15 Thread alex stinson
TECTED]> To: [EMAIL PROTECTED] Subject: Re: [PHP-INST] Re: php 4.2.2, apache 2.0.40 make problem from source Date: Fri, 16 Aug 2002 01:42:19 +0200 Okay, and for all us not so skilled could you post the fixed code? Preatty please with sugar on top... =) // Ken "Laurent larquère&quo

Re: [PHP-INST] Re: php 4.2.2, apache 2.0.40 make problem from source

2002-08-15 Thread Ken Jeansson
Okay, and for all us not so skilled could you post the fixed code? Preatty please with sugar on top... =) // Ken "Laurent larquère" <[EMAIL PROTECTED]> skrev i meddelandet [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > i have inserted a simple NULL as third argument > and all goes well (Sol8/Sp

Re: [PHP-INST] Re: php 4.2.2, apache 2.0.40 make problem from source

2002-08-15 Thread Laurent Larquère
i have inserted a simple NULL as third argument and all goes well (Sol8/Sparc) alex stinson wrote: > i think i might have found why it might not be working (im not really > a good coder yet, so this was more of a look around for things that > could cause it, and browsed the apache code)...it s

[PHP-INST] Re: php 4.2.2, apache 2.0.40 make problem from source

2002-08-15 Thread alex stinson
i think i might have found why it might not be working (im not really a good coder yet, so this was more of a look around for things that could cause it, and browsed the apache code)...it seems that ap_register_input_filter, and ap_register_output_filter are missing arguments... in the apache s