Are you using Alpha version of Apache? (version 2.0.31)
There is no stable Apache2 yet and PHP does not support beta.

BTW, I'm not trying to use Apache2 for production system.
Just doing some tests.

--
Yasuo Ohgaki

[EMAIL PROTECTED] wrote:
> Well, I got php-200202160900, but had build problems.
> 
> The errors were that ap_get_brigade was being given too many parameters and 
> that the last parameter was of an incompatable type.. This is what it looked 
> like:
> ap_get_brigade(f->next, bb, mode, block, readbytes)
> and I changed it to:
> ap_get_brigade(f->next, bb, mode, readbytes)
> 
> which compiled, and seems to work, except for this error at the end of the 
> phpinfo() function.. and the page title says Cannot find server  (which it 
> obviously can..
> The PHP Filter did not receive suitable input data
> 
> So my final question is, where is the sapi/apache2filter error coming from in 
> the first place, and is there a real patch against something to make it 
> right?  I realise that I'm working with a beta and a developmental version, 
> but I'd like to get on the apache 2.0 bandwagon and it doesn't seem like I can 
> find the info I need to support it.
> 
> 
> 


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to