ID: 13415
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Compile Failure
Operating System: Linux 2.0.34
PHP Version: 4.0.6
New Comment:
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);
}
Previous Comments:
------------------------------------------------------------------------
[2001-09-24 12:25:12] [EMAIL PROTECTED]
Slackware, not positive on the version #, but the kernel is 2.0.34
------------------------------------------------------------------------
[2001-09-24 11:48:22] [EMAIL PROTECTED]
i guess it's due to the rather old kernel?
can you tell us what distribution (vendor and version)
you are using?
------------------------------------------------------------------------
[2001-09-24 11:41:39] [EMAIL PROTECTED]
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
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=13415&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]