php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31111 Compile failure of zend_strtod.c
Submitted: 2004-12-16 08:05 UTC Modified: 2004-12-16 11:36 UTC
From: justin at dynam dot ac Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.3.10 OS: Linux 2.4 on Sparc
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: justin at dynam dot ac
New email:
PHP Version: OS:

 

 [2004-12-16 08:05 UTC] justin at dynam dot ac
Description:
------------
Compile fails on zend_strtod.c. I see other bug reports about this but they are closed. I am still experiencing the same problem with PHP 4.3.10. I also see the problem with php4-STABLE-20041260530 which I just downloaded and tried. 
Some Details:
uname -a
Linux www 2.4.22 #6 Thu Dec 18 23:24:39 EST 2003 sparc64 unknown
www:/usr/src/php4-STABLE-200412160530 # gcc --version
2.95.2
www:/usr/src/php4-STABLE-200412160530 #  cat config.nice
#! /bin/sh
#
# Created by configure

'./configure' \
'--prefix=/usr' \
'--sysconfdir=/etc' \
'--with-pear' \
'--enable-magic-quotes' \
'--with-openssl' \
'--with-zlib' \
'--enable-bcmath' \
'--enable-calendar' \
'--with-curl' \
'--enable-dba' \
'--enable-dio' \
'--with-dom' \
'--with-dom-xslt' \
'--with-dom-exslt' \
'--enable-ftp' \
'--with-gd' \
'--with-gettext' \
'--with-imap' \
'--with-ldap' \
'--with-mhash' \
'--with-mnogosearch' \
'--with-mysql' \
'--with-readline' \
'--enable-sysvmsg' \
'--enable-sysvsem' \
'--enable-sysvshm' \
'--with-xmlrpc' \
'--with-jpeg-dir=/usr' \
'--with-png-dir=/usr' \
'--with-ttf' \
'--enable-gd-native-ttf' \
'--with-jpeg-dir=/usr' \
'--with-png-dir=/usr' \
'--with-ttf' \
'--enable-gd-native-ttf' \
'--with-freetype-dir=/usr' \
'--with-jpeg-dir=/usr' \
'--with-png-dir=/usr' \
'--with-ttf' \
'--enable-gd-native-ttf' \
'--with-freetype-dir=/usr' \
'--with-ming' \
'--with-jpeg-dir=/usr' \
'--with-png-dir=/usr' \
'--with-ttf' \
'--enable-gd-native-ttf' \
'--with-freetype-dir=/usr' \
'--with-ming' \
'--enable-sockets' \
'--with-jpeg-dir=/usr' \
'--with-png-dir=/usr' \
'--with-ttf' \
'--enable-gd-native-ttf' \
'--with-freetype-dir=/usr' \
'--with-ming' \
'--enable-sockets' \
'--with-db3' \
'--with-gdbm' \
'--with-ndbm' \
'--with-apxs2' \
"$@"


/bin/sh /usr/src/php4-STABLE-200412160530/libtool --silent --preserve-dup-deps --mode=compile gcc  -IZend/ -I/usr/src/php4-STABLE-200412160530/Zend/ -DPHP_ATOM_INC -I/usr/src/php4-STABLE-200412160530/include -I/usr/src/php4-STABLE-200412160530/main -I/usr/src/php4-STABLE-200412160530 -I/usr/src/php4-STABLE-200412160530/Zend -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/imap -I/usr/local/mnogosearch/include -I/usr/src/php4-STABLE-200412160530/ext/xml/expat  -I/usr/src/php4-STABLE-200412160530/TSRM  -g -O2  -prefer-pic -c /usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c -o Zend/zend_strtod.lo 
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:239: parse error before `uint32_t'
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:239: warning: no semicolon at end of struct or union
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:240: warning: data definition has no type or storage class
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:386: parse error before `uint32_t'
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:386: warning: no semicolon at end of struct or union
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c: In function `Balloc':
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:405: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:409: sizeof applied to an incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:410: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:411: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:413: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:413: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c: In function `Bfree':
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:426: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:426: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:427: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c: In function `multadd':
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:443: `uint32_t' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:443: (Each undeclared identifier is reported only once
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:443: for each function it appears in.)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:443: `x' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:443: `y' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:445: parse error before `xi'
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:449: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:450: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:454: `xi' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:456: `z' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:467: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:468: `b1' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:468: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:469: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:469: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:473: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:474: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c: At top level:
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:484: parse error before `uint32_t'
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c: In function `s2b':
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:491: `nd' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:495: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:495: `y9' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:496: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:504: `nd0' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:505: `s' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c: At top level:
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:522: parse error before `x'
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c: In function `hi0bits':
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:527: `x' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c: At top level:
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:556: parse error before `*'
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c: In function `lo0bits':
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:560: syntax error before `x'
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:562: `x' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:566: `y' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c: In function `i2b':
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:610: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:611: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c: In function `mult':
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:625: `uint32_t' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:625: parse error before `carry'
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:626: `x' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:626: `xa' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:626: `xae' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:626: `xb' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:626: `xbe' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:626: `xc' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:626: `xc0' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:628: parse error before `z2'
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:631: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:631: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:636: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:637: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:638: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:640: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:643: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:645: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:647: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:649: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:652: `y' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:655: `carry' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:657: `z' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:659: `z2' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:698: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:699: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c: In function `pow5mult':
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:725: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:735: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:736: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:737: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c: In function `lshift':
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:754: `uint32_t' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:754: `x' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:754: `x1' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:754: `xe' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:754: `z' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:761: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:762: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:763: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:766: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:769: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:770: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:799: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c: In function `cmp':
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:812: `uint32_t' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:812: `xa' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:812: `xa0' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:812: `xb' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:812: `xb0' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:813: parse error before `int'
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:815: `i' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:815: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:816: `j' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:816: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:825: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:827: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c: In function `diff':
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:849: `uint32_t' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:849: `xa' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:849: `xae' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:849: `xb' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:849: `xbe' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:849: `xc' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:851: parse error before `z'
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:857: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:858: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:869: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:870: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:871: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:872: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:874: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:875: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:877: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:884: `z' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:916: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c: In function `ulp':
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:928: `_double' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:928: parse error before `x'
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:930: parse error before `a'
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:932: `x' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:940: `a' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c: In function `b2d':
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:968: `uint32_t' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:968: `xa' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:968: `xa0' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:968: `w' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:968: `y' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:968: `z' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:969: parse error before `int'
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:970: `_double' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:978: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:979: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:984: `k' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:988: `d' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c: In function `d2b':
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1040: `uint32_t' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1040: `x' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1040: `y' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1040: `z' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1041: `_double' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1041: parse error before `d'
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1046: `d' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1060: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1081: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1090: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c: In function `ratio':
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1172: `_double' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1172: parse error before `da'
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1175: `da' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1176: `db' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1178: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1178: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c: In function `zend_strtod':
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1243: `_double' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1243: parse error before `rv'
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1245: `uint32_t' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1245: parse error before `y'
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1252: `rv' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1277: `y' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1277: `z' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1485: `rv0' undeclared (first use in this function)
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1514: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1515: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1515: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1515: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1570: dereferencing pointer to incomplete type
/usr/src/php4-STABLE-200412160530/Zend/zend_strtod.c:1571: dereferencing pointer to incomplete type
make: *** [Zend/zend_strtod.lo] Error 1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-16 09:53 UTC] derick@php.net
Can you provide me access to the server? I do not have such current platform to test/debug on.

regards,
Derick
 [2004-12-16 09:55 UTC] justin at dynam dot ac
yep, I'll send you the login details via private mail now.
 [2004-12-16 11:36 UTC] derick@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

Thanks for the account, I'm committing a fix to CVS for it now.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC