php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12816 Confirmation of filestat.c bug on different platform (ref.11790 11776 12397)
Submitted: 2001-08-17 14:17 UTC Modified: 2001-08-18 03:57 UTC
From: geegs at tripleg dot net dot au Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.6 OS: Slackware Linux 3.X (glibc2.0.7)
Private report: No CVE-ID: None
 [2001-08-17 14:17 UTC] geegs at tripleg dot net dot au
Just a duplicated confimrmation of this bug on a slightly different Linux platform. Using Slackware Linux v.3.9 with gcc 2.7.2.3 plus glibc 2.0.7 runtime support on kernel version 2.0.39.

I get the exact same error as with 11790 and particularly 12397 & 11776, except for my use of an earlier Linux kernel (2.0.XX vs 2.2.XX). As with the others, version 4.0.5 compiled fine against apache-1.3.20.

-I/tmp/php-4.0.6/ext/xml/expat/xmltok -I/tmp/php-4.0.6/ext/xml/expat/xmlparse -I/tmp/php-4.0.6/TSRM  -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -O2  -c filestat.c && touch filestat.lo 
filestat.c: In function `php_if_diskfreespace': 
filestat.c:157: storage size of `buf' isn't known 
make[3]: *** [filestat.lo] Error 1 
make[3]: Leaving directory `/tmp/php-4.0.6/ext/standard' 
make[2]: *** [all-recursive] Error 1 
make[2]: Leaving directory `/tmp/php-4.0.6/ext/standard' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/tmp/php-4.0.6/ext' 
make: *** [all-recursive] Error 1 
pentium:~/apache.builder/apache-1.3.20-php-4.0.6# exit 
exit 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-18 02:46 UTC] sniper@php.net
Should be fixed in latest CVS and in PHP 4.0.7RC1.
Try the latest CVS snapshot from http://snaps.php.net/
or the latest 4.0.7 RC (release candidate) from:

http://www.php.net/~zeev/php-4.0.7-latest.tar.gz

--Jani

 [2001-08-18 03:27 UTC] geegs at tripleg dot net dot au
Confirmed fix. 4.0.7 RC1 compiled perfectly on this platform/combination.

GG
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 03:01:31 2024 UTC