ID: 10670 Updated by: sas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Compile Failure PHP Version: 4.0.5 Assigned To: Comments: You need a newer Apache version then. PHP contains the latest API changes of Apache 2.0. You might want to try an Apache 2.0 snapshot as available from http://dev.apache.org/ Previous Comments: --------------------------------------------------------------------------- [2001-05-04 12:22:44] [EMAIL PROTECTED] When compileing PHP 4.0.5 as an Apache 2.0.16 module the following errors occour: ... ... sapi_apache2.c: In function `php_input_filter': sapi_apache2.c:248: too many arguments to function `ap_get_brigade' sapi_apache2.c: In function `php_register_hook': sapi_apache2.c:443: warning: passing arg 2 of `ap_register_input_filter' from incompatible pointer type make[3]: *** [sapi_apache2.lo] Error 1 ... ... PHP was configured with the following options: ./configure --with-apxs2=/path/to/apache2/bin/apxs --with-mysql --enable-sysvsem --enable-sysvshm --enable-track-vars Apache 2.0.16 was configured with the following options: ./configure --prefix=/path/to/apache2 --enable-so --with-mpm=threaded --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=10670&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]