On Tue, 21 Dec 2004, Antony Dovgal wrote:

>On Tue, 21 Dec 2004 14:33:48 +0200 (IST)
>Stanislav Malyshev <[EMAIL PROTECTED]> wrote:
>
>> After recent changes, zend_strtod.c from PHP 4 CVS does not compile on
>> my Linux, giving:
>> 
>> php4/Zend/zend_strtod.c:234: error: syntax error before "uint32_t"
>> 
>> uin32_t is defined in stdint.h which is never included as far as I
>> see. -- 
>
>I've encountered the same problem, but ./buildconf helped. 

     Yes, buildconf should help since then you'll propably
     have HAVE_INTTYPES_H and/or HAVE_STDINT_H defined. :)
     
     --Jani
     

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to