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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 09:01:27 2024 UTC