php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9017 AC_CHECK_HEADERS needs ieeefp.h
Submitted: 2001-01-30 18:48 UTC Modified: 2001-01-31 12:08 UTC
From: anj at aps dot anl dot gov Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.4pl1 OS: Solaris 8
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: anj at aps dot anl dot gov
New email:
PHP Version: OS:

 

 [2001-01-30 18:48 UTC] anj at aps dot anl dot gov
Building on Solaris 8 using gcc 2.95.2, the first file compiled (in the Zend subdirectory) failed because finite() undefined.  It is found in ieeefp.h but there is no check in the configure script for this header file. An entry in main/php_config.h.in was ready for it, but never got defined.  Adding ieeefp.h to the list for AC_CHECK_HEADERS in configure.in (or hand-editing configure in my case) resolved the problem.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-31 12:08 UTC] sniper@php.net
This is fixed in CVS already. Try latest CVS snapshot from
http://snaps.php.net/ or wait for 4.0.5 to be released.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 00:01:28 2024 UTC