php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5145 Failed to compile apache using Zend
Submitted: 2000-06-20 13:44 UTC Modified: 2000-06-20 13:50 UTC
From: ramirezro at psi dot com Assigned:
Status: Closed Package: Compile Warning
PHP Version: 4.0.0 Release OS: FreeBSD 4.0
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: ramirezro at psi dot com
New email:
PHP Version: OS:

 

 [2000-06-20 13:44 UTC] ramirezro at psi dot com
I have detected that the function isfinite that should only exist in HPUX generates a compilation error compiling apache when we have compiled and installed PHP4.0.0

I have patched the file: ~/php-4.0.0/Zend/zend_operators.c

and inserted the line:
#define HAVE_FINITE

and recompile the php. When I re-recompile 
the apache it reports no errors. Tkae this as it is, a patch, please look where the problem was( I think HPUX and FreeBSD hace similar options in ./configure )

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-20 13:50 UTC] sas at cvs dot php dot net
Should be fixed in CVS. Please try a recent snapshot:

http://snaps.php.net/
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC