> Isn't it possible to compile php 4.3.0 static into Apache 2.0 as it is possible with >Apache 1.3? > How could I do this?
You can't. > If I want to use PHP 4.3 with Apache 2.0.44(DSO or static), it is > decleard "experimantal". Is it realy that dangerous? I have never heard > of any problems. If I want to use PHp in production, is it a risc to use > Apache2? When will Apache2 Support become stable? And when will there be > a static module for Apche2? Yes, it is rather experimental still. If you stick to a prefork mpm it should work ok, but with any of the threaded mpms you are really getting into problem areas as nobody really knows whether all the various 3rd-party libraries that people typically link into PHP are threadsafe or not. What is your reason for picking Apache2 over Apache1.3 at this point? -Rasmus -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php