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
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: 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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Apr 19 19:01:28 2024 UTC