php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5073 isfinite() symbol not found
Submitted: 2000-06-16 02:44 UTC Modified: 2000-06-18 18:36 UTC
From: brothers at halcyon dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.0 Release OS: Dynix/Ptx
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: brothers at halcyon dot com
New email:
PHP Version: OS:

 

 [2000-06-16 02:44 UTC] brothers at halcyon dot com
Using the Static install on Sequent Dynix/Ptx 4.4.4, a link error halts the Apache 1.3.12 installation with "isfinite() symbol not found".

My hackaround is 

in php_config.h
#define HAVE_FINITE 1 /* force inclusion of ieeefp.h */

in Zend/zend_operators.c
replace "(! finite(" with "(isnanf(" on line 1468

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-18 18:36 UTC] sas at cvs dot php dot net
Thanks for your report. This has been fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 11:01:29 2024 UTC