On Tue, Jun 04, 2002 at 03:11:40AM -0600, Venkat Raghavan wrote:
> So, does this mean that Apache 2 support for PHP is not fully stable?
> 
> In any case, my question on what to build is not answered.

You should use the --with-apxs2 flag to configure to build the
apache2filter sapi module in PHP. This will install the DSO module in your
apache directory and add a LoadModule directive, but will not enable PHP
on your site (the rest of the instructions are in that same README file).

If by stable you mean that the code is not in a state of flux, then
it has been stable for the last few weeks. The apache2filter still has
yet to prove itself in production, but more of a concern at this point
are 3rd party libraries and other extensions that may not be entirely
threadsafe or reentrant. Let us know how it goes.

-aaron

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to