On Thu, 1 Feb 2001, Phil Steinke wrote:

>On Thu, Feb 01, 2001 at 05:24:46PM +0800, Jacky Chou wrote:
>> I was compiling PHP 4.0.4pl1 with Zeus in Solaris 8 Sparc system but I got an error:
>
>> zend_operators.h:84: implicit declaration of function `int finite(...)'
>
>This appears to be a problem with PHP's configure script.  I ran into the
>same thing.  You have to edit the php-4.0.4pl1/main/php_config.h file, and
>change
>
>/* #undef HAVE_IEEEFP_H */
>
>to
>
>#define HAVE_IEEEFP_H 1
>
>It should then be able to compile.

This is fixed in CVS. The check for ieeefp.h was missing in the
configure.in.

--Jani



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to