php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18141 php_functions.c:93:27: missing binary operator before '!'
Submitted: 2002-07-03 12:13 UTC Modified: 2002-07-06 17:02 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: deadsman at hotmail dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.2.1 OS: RedHat 7.2
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: deadsman at hotmail dot com
New email:
PHP Version: OS:

 

 [2002-07-03 12:13 UTC] deadsman at hotmail dot com
The server where I found this problem is configured:

Apache 2.0.39
Last release of MySQL and Flex.

The problem when I try to compile the php whit MAKE after:

./configure --with-mysql --with-apxs2

is:

.1/ext/xml/expat  -D_REENTRANT -I/root/php-4.2.1/TSRM -DTHREAD=1 -g -O2 -pthread
 -DZTS -prefer-pic  -c php_functions.c
php_functions.c:93:27: missing binary operator before '!'
make[3]: *** [php_functions.lo] Error 1
make[3]: Leaving directory `/root/php-4.2.1/sapi/apache2filter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/php-4.2.1/sapi/apache2filter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/php-4.2.1/sapi'
make: *** [all-recursive] Error 1

I try to recompile It whit unsuccess..

Bye


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-03 12:20 UTC] deadsman at hotmail dot com
n
 [2002-07-03 12:36 UTC] sander@php.net
Apache2 support is experimental. You should use the latest CVS version of both Apache2 and PHP. Reopen this report if the problem still persists.
 [2002-07-06 16:30 UTC] deadsman at hotmail dot com
Whit Apache 2.0.36, I don't found this problem. :)
 [2002-07-06 17:02 UTC] derick@php.net
Still bogus
 [2002-07-24 10:12 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 Sep 28 03:01:27 2024 UTC