php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46785 filestat.c errors
Submitted: 2008-12-06 16:55 UTC Modified: 2008-12-16 01:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: noadvertise at gmail dot com Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 5.2.7 OS: RH Enterprise Linux 5 64bit
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2008-12-06 16:55 UTC] noadvertise at gmail dot com
Description:
------------
make fails

filestat.c: In function 'php_disk_total_space':
filestat.c:204: error: storage size of 'buf' isn't known
filestat.c: In function 'php_disk_free_space':
filestat.c:336: error: storage size of 'buf' isn't known
make: *** [ext/standard/filestat.lo] Error 1



Reproduce code:
---------------
standard compile

#./configure (with various normal options)
#make

Expected result:
----------------
i expect compile to finish and produce binary I can install

Actual result:
--------------
make: *** [ext/standard/filestat.lo] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-12-08 10:37 UTC] jani@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/

Your line numbers do not match to the ones in the filestat.c included in PHP 5.2.7..
 [2008-12-16 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Jun 28 01:01:29 2024 UTC