php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19791 sapi_apache2.c incompatible type for argument 3 of `ap_register_output_filter'
Submitted: 2002-10-06 19:56 UTC Modified: 2002-10-07 06:02 UTC
From: dave at nobodynet dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.2.3 OS: Redhat 7.1
Private report: No CVE-ID: None
 [2002-10-06 19:56 UTC] dave at nobodynet dot net
Using apache 2-0-39, configuring as 
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql

make then fails with

sapi_apache2.c: In function `php_register_hook':
sapi_apache2.c:567: incompatible type for argument 3 of `ap_register_output_filter'
sapi_apache2.c:567: too many arguments to function `ap_register_output_filter'
sapi_apache2.c:568: incompatible type for argument 3 of `ap_register_input_filter'
sapi_apache2.c:568: too many arguments to function `ap_register_input_filter'

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-06 20:09 UTC] msopacua@php.net
http://bugs.php.net/report.php:
"Before you report a bug, make sure to search for similar bugs using the form at the top of the page or our advanced search page."

If you really could not find anything (I should stop this sentence right here).
 [2002-10-07 04:36 UTC] dave at nobodynet dot net
I had checked for duplicate entries.  The ones I found with the same compile error are over a year old, and have the response of either "user a newer version of Apache2", which I am, or "this has been fixed with a new release".  I'm getting the fault with the latest full release.
 [2002-10-07 06:02 UTC] dave at nobodynet dot net
OK, the problem goes away with Apache 2.0.43
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 18 21:01:26 2024 UTC