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
 [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: Tue Apr 23 20:01:29 2024 UTC