|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-09-24 11:41 UTC] gdunne at webworksinc dot com
Configuration Line - ./configure --with-mysql --with-gd=/usr/local --enable-track-vars --with-apxs=/usr/local/apache -1.3.20/bin/apxs Apache Version - 1.3.20 Reported Error: filestat.c: In function `php_if_diskfreespace': filestat.c:157: storage size of `buf' isn't known make[3]: *** [filestat.lo] Error 1 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 14:00:02 2025 UTC |
I went into filestat.c and changed the function to this, I won't be able to use this function now, but everything compiled and ran smoothly... PHP_FUNCTION(diskfreespace) { double bytesfree = 0; RETURN_DOUBLE(bytesfree); }