php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18078 php4-200206301200 Will not compile for Apache-2.0.36
Submitted: 2002-06-30 17:58 UTC Modified: 2002-06-30 18:02 UTC
From: steve_milner at hotmail dot com Assigned:
Status: Closed Package: Apache2 related
PHP Version: 4.2.1 OS: Red Hat 7.3
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: steve_milner at hotmail dot com
New email:
PHP Version: OS:

 

 [2002-06-30 17:58 UTC] steve_milner at hotmail dot com
php4-200206301200 Will not compile for Apache-2.0.36 will not compile or install on Red Hat 7.3 with the following options ...

./configure --prefix=/var/apache2/php --with-apxs2=/var/apache2/bin/apxs --with-config-file-path=/var/apache2/php --with-mysql

The outputed error is as follows:

/bin/sh libtool --silent --mode=compile gcc  -Isapi/apache2filter/ -I/home/ash/php4-200206301200/sapi/apache2filter/ -DPHP_ATOM_INC -I/home/ash/php4-200206301200/include -I/home/ash/php4-200206301200/main -I/home/ash/php4-200206301200 -I/var/apache2/include -I/home/ash/php4-200206301200/Zend -I/home/ash/php4-200206301200/ext/xml/expat  -I/home/ash/php4-200206301200/TSRM -g -O2  -prefer-pic -c /home/ash/php4-200206301200/sapi/apache2filter/sapi_apache2.c -o sapi/apache2filter/sapi_apache2.lo 
/home/ash/php4-200206301200/sapi/apache2filter/sapi_apache2.c: In function `php_register_hook':
/home/ash/php4-200206301200/sapi/apache2filter/sapi_apache2.c:567: incompatible type for argument 3 of `ap_register_output_filter'
/home/ash/php4-200206301200/sapi/apache2filter/sapi_apache2.c:567: too many arguments to function `ap_register_output_filter'
/home/ash/php4-200206301200/sapi/apache2filter/sapi_apache2.c:568: incompatible type for argument 3 of `ap_register_input_filter'
/home/ash/php4-200206301200/sapi/apache2filter/sapi_apache2.c:568: too many arguments to function `ap_register_input_filter'
make: *** [sapi/apache2filter/sapi_apache2.lo] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-30 18:02 UTC] derick@php.net
Apache 2 support is experimental, if you want to play with it, get the latest CVS versions of both Apache and PHP.

Derick
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Feb 14 22:01:29 2025 UTC