[PHP-DEV] PHP 4.0 Bug #9655: zend_operators.h:84: implicit declaration of function `int finite(...)' From: root <email protected>
Date: 03/09/01

From: mohler <email protected>

From: mohler <email protected>
Operating system: Solaris 2.6
PHP version: 4.0.4pl1
PHP Bug Type: Compile Failure
Bug description: zend_operators.h:84: implicit declaration of function `int finite(...)'

I read the BugIds #9599 and #9602!
Got the latest CVS from snaps.php.net

but still I get the same error...

root <email protected>:/usr/local/php/php-4.0.4pl1
66 # make
Making all in Zend
make[1]: Entering directory `/usr/local/php/php-4.0.4pl1/Zend'
/bin/sh ../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../main -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DXML_BYTE_ORDER=21 -I../TSRM -g -O2 -pthreads -c zend_language_scanner_cc.cc
In file included from zend_language_scanner_cc.cc:2571:
zend_operators.h: In function `int is_numeric_string(char *, int, long int *, double *)':
zend_operators.h:84: implicit declaration of function `int finite(...)'
make[1]: *** [zend_language_scanner_cc.lo] Error 1
make[1]: Leaving directory `/usr/local/php/php-4.0.4pl1/Zend'
make: *** [all-recursive] Error 1

root <email protected>:/usr/local/php/php-4.0.4pl1
67 # cat config.nice
#! /bin/sh
#
# Created by configure

"./configure" \
"--with-mysql=/usr/local" \
"--with-nsapi=/nserver/netscape" \
"--enable-track-vars" \
"--enable-libgcc" \
"$@"

-- 
Edit Bug report at: http://bugs.php.net/?id=9655&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>