ID: 16468
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Bogus
Bug Type: Compile Failure
Operating System: RH Linux 7.0
PHP Version: 4.1.2
New Comment:
Damn... that's the 10th report today about this...
Anyway, PHP 4.1.x doesn't compile correctly with Apache 2.
This has been fixed in 4.2.0.
You can try RC3 from www.php.net/~derick (when it's released), RC2 has
still the same bug.
Previous Comments:
------------------------------------------------------------------------
[2002-04-06 15:57:43] [EMAIL PROTECTED]
Hey,
I've just tried to compile Apache v2.0 with PHP later on, here's what I
did:
# apache v2
./configure \
--with-port=90 \
--enable-ssl \
--disable-status \
--enable-vhost-alias \
--enable-so
make
make install
cd /usr/src/new/php-4.2.0RC2
# php stuff ...
./configure \
--with-mysql \
--enable-force-cgi-redirect \
--with-apxs2=/usr/local/apache2/bin/apxs
make
...
sapi_apache2.c: In function `php_apache_sapi_ub_write':
sapi_apache2.c:58: too few arguments to function `apr_brigade_create'
sapi_apache2.c:61: too few arguments to function
`apr_bucket_transient_create'
sapi_apache2.c: In function `php_apache_sapi_flush':
sapi_apache2.c:174: too few arguments to function `apr_brigade_create'
sapi_apache2.c:175: too few arguments to function
`apr_bucket_flush_create'
sapi_apache2.c: In function `php_input_filter':
sapi_apache2.c:257: too few arguments to function `apr_brigade_create'
sapi_apache2.c: In function `php_output_filter':
sapi_apache2.c:331: too few arguments to function `apr_brigade_create'
sapi_apache2.c:386: too few arguments to function
`apr_bucket_transient_create'
sapi_apache2.c:395: too few arguments to function
`apr_bucket_eos_create'
make[3]: *** [sapi_apache2.lo] Fehler 1
make[3]: Verlassen des Verzeichnisses Verzeichnis
�/usr/src/new/php-4.2.0RC2/sapi/apache2filter�
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis
�/usr/src/new/php-4.2.0RC2/sapi/apache2filter�
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis
�/usr/src/new/php-4.2.0RC2/sapi�
make: *** [all-recursive] Fehler 1
Hmm, looks a bit buggy? ;-/
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=16468&edit=1