> Henry wrote:
> > what issues for example?
> > I do know I can successful install php in module with apache2.0.43 without error 
>messages, also execution was successful
> > can you tell me what issues did you see?
> 
> A successful install means nothing.
> 
> My question is basically, does Apache2 work with PHP 100% or is it still 
> recommend to use Apache 1.3.27?
> 
> If it is still not recommended to use Apache2, why?

Because the server doesn't work very well yet.  There are issues in the 
filter api and you can't really uses a threaded mpm as many of the 
3rd-party libraries that are commonly linked into PHP are simply not 
threadsafe.  The first issue can be fixed, the second issue is handled by 
only running Apache2 in prefork mode which makes the server look like 
Apache1.  If you have to run Apache2 looking like Apache1 the benefits are 
minor, so the motivation for people to put a whole lot of effort into 
fixing issue #1 is minimal.

-Rasmus


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

Reply via email to