php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17843 fails to compile with Apache 2.0.39
Submitted: 2002-06-19 12:52 UTC Modified: 2002-06-19 12:57 UTC
From: anance at syssrc dot com Assigned:
Status: Closed Package: Apache2 related
PHP Version: 4.2.1 OS: RedHat 7.3
Private report: No CVE-ID: None
 [2002-06-19 12:52 UTC] anance at syssrc dot com
fails to compile with Apache 2.0.39 with missing binary operator errors

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-19 12:57 UTC] mfischer@php.net
This bug has been fixed in CVS. You can grab a snapshot of the
CVS version at http://snaps.php.net/. In case this was a documentation 
problem, the fix will show up soon at http://www.php.net/manual/.
In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites.
Thank you for the report, and for helping us make PHP better.

Latest development has the fix http://snaps.php.net/php4-latest.tar.gz
 [2002-07-24 05:17 UTC] cypher at netvision dot net dot il
I didnt succeeded to solve this prob. with latest CVS from
http://snaps.php.net/php4-latest.tar.gz
Its complaining about the version of apache:
- checking for Apache 2.0 module support via DSO through APXS... configure: error: Please note that Apache version >= 2.0.40 is required.

Whats wrong?
 [2002-07-24 10:18 UTC] cypher at netvision dot net dot il
Found Solution:
edit php_functions.c [located in /php-4.2.2/sapi/apache2filter ]:
- on line 93 change MODULE_MAGIC_AT_LEAST to AP_MODULE_MAGIC_AT_LEAST
This is newer format.
So, guys, copy-past of older code is not always working, huh...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 05:01:27 2024 UTC