php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11758 --with-apxs2 compile option failed with Apache 2.0.16
Submitted: 2001-06-27 18:07 UTC Modified: 2001-06-27 21:43 UTC
From: vlast at eetc dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.6 OS: RedHat 7.1
Private report: No CVE-ID: None
 [2001-06-27 18:07 UTC] vlast at eetc dot com

Making all in sapi
make[1]: Entering directory `/usr/local/src/php-4.0.6/sapi'
Making all in apache2filter
make[2]: Entering directory `/usr/local/src/php-4.0.6/sapi/apache2filter'
make[3]: Entering directory `/usr/local/src/php-4.0.6/sapi/apache2filter'
/bin/sh /usr/local/src/php-4.0.6/libtool --silent --mode=compile gcc  -I. -I/usr/local/src/php-4.0.6/sapi/apache2filter -I/usr/local/src/php-4.0.6/main -I/usr/local/src/php-4.0.6 -I/usr/local/apache2/include -I/usr/local/src/php-4.0.6/Zend -I/usr/local/src/php-4.0.6/ext/mysql/libmysql -I/usr/local/src/php-4.0.6/ext/xml/expat/xmltok -I/usr/local/src/php-4.0.6/ext/xml/expat/xmlparse -I/usr/local/src/php-4.0.6/TSRM  -D_REENTRANT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -I../TSRM -DTHREAD=1 -g -O2 -pthread  -c sapi_apache2.c
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
make[3]: Leaving directory `/usr/local/src/php-4.0.6/sapi/apache2filter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/php-4.0.6/sapi/apache2filter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/php-4.0.6/sapi'
make: *** [all-recursive] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-27 21:43 UTC] sniper@php.net
As you propably know, Apache2 is still under development.
And so is the Apache2 SAPI in PHP. So you need to get 
both from CVS to get it work.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 10:01:26 2024 UTC