php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19367 Apache 2.0.36/Oracle 8i/PHP4.2.3 Will not compile
Submitted: 2002-09-12 02:10 UTC Modified: 2002-09-20 13:11 UTC
From: gianfranco dot schirra at tin dot it Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.2.3 OS: Solaris 8
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gianfranco dot schirra at tin dot it
New email:
PHP Version: OS:

 

 [2002-09-12 02:10 UTC] gianfranco dot schirra at tin dot it
Apache 2.0.36/Oracle 8i/PHP4.2.3 Will not compile

sapi_apache2.c: In function `php_register_hook':
sapi_apache2.c:567: too many arguments to function `ap_register_output_filter'
sapi_apache2.c:568: too many arguments to function `ap_register_input_filter'
make[3]: *** [sapi_apache2.lo] Error 1
make[3]: Leaving directory `/dati/local/src/php-4.2.3/sapi/apache2filter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/dati/local/src/php-4.2.3/sapi/apache2filter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/dati/local/src/php-4.2.3/sapi'
make: *** [all-recursive] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-12 02:13 UTC] derick@php.net
Upgrade to apache 2.0.40.

Derick
 [2002-09-20 13:11 UTC] gianfranco dot schirra at tin dot it
With Apache 2.0.36/Oracle 8i/PHP4.2.2 it compiles correctly.

I tested Apache 2.0.40/Oracle 8i/PHP4.2.3 and Apache 2.0.40/Oracle 8i/PHP4.2.2 but I have the same problem:

make[2]: Entering directory `/dati/local/src/php-4.2.3/sapi/apache2filter'
make[3]: Entering directory `/dati/local/src/php-4.2.3/sapi/apache2filter'
/bin/sh /dati/local/src/php-4.2.3/libtool --silent --mode=compile gcc  -I. -I/dati/local/src/php-4.2.3/sapi/apache2filter -I/dati/local/src/php-4.2.3/main -I/dati/local/src/php-4.2.3 -I/dati/local/apache_TLFDB/include -I/dati/local/src/php-4.2.3/Zend -I/dati/local/src/php-4.2.3/ext/mysql/libmysql -I/app/oracle/product/8.1.7/rdbms/public -I/app/oracle/product/8.1.7/rdbms/demo -I/dati/local/include -I/dati/local/src/php-4.2.3/ext/xml/expat  -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/dati/local/src/php-4.2.3/TSRM -DTHREAD=1 -g -O2 -pthreads -DZTS -prefer-pic  -c sapi_apache2.c
sapi_apache2.c: In function `php_register_hook':
sapi_apache2.c:567: too many arguments to function `ap_register_output_filter'
sapi_apache2.c:568: too many arguments to function `ap_register_input_filter'
make[3]: *** [sapi_apache2.lo] Error 1
make[3]: Leaving directory `/dati/local/src/php-4.2.3/sapi/apache2filter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/dati/local/src/php-4.2.3/sapi/apache2filter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/dati/local/src/php-4.2.3/sapi'
make: *** [all-recursive] Error 1
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Sep 09 03:00:01 2025 UTC