ID: 27765 Updated by: [EMAIL PROTECTED] Reported By: chris at root dot pl -Status: Open +Status: Bogus Bug Type: Directory function related Operating System: Linux 2.4.25 SMP PHP Version: 4.3.4 New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php Your libc cannot handle files that big and throws the error you are seeing. This is not a PHP bug. Previous Comments: ------------------------------------------------------------------------ [2004-03-29 17:59:56] chris at root dot pl Description: ------------ when I make is_dir function of file which has about 4gb (DVD ISO), then PHP makes an error: Warning: is_dir(): Stat failed for /var/ftp/public/filest_dvd.iso (errno=75 - Value too large for defined data type) in /var/htdocs/html/akacjenet/include/addons/ftpfiles.inc on line 17 Reproduce code: --------------- it doesn't matter Expected result: ---------------- i want to know is that file is a file or a directory... I have a small script for catalogue ftp content into mysql database Actual result: -------------- Warning: is_dir(): Stat failed for /var/ftp/public/filest_dvd.iso (errno=75 - Value too large for defined data type) in /var/htdocs/html/akacjenet/include/addons/ftpfiles.inc on line 17 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27765&edit=1