August <[EMAIL PROTECTED]> wrote:
> As far as I know httpd2 still allows static modules. 

yes, but the --with-apache option for php4 tries to compile a static
version of php4 for apache 1.x.

maybe someone will create a --with-apache2 option that allows compiling
a static version of php4 for apache 2.x.

until that happens, the only way to compile php4 with apache2 is to use
--with-apxs2, which compiles php4 as a dso.

the fact that --with-apache does not work with apache 2.x is not a bug.
the --with-apache option is specific to the sapi module for apache 1.x.
the sapi module for apache 2.x is a different beast altogether.

(in the meantime, it would be nice if someone made it so that the
--with-apxs and --with-apache options errored out if someone tried to
use them in conjunction with apache 2.x.)

jim

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

Reply via email to