ID: 15260 Updated by: mrobinso Old Summary: file_exists doesn't work with 2G+ files Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: *Directory/Filesystem functions Operating System: Linux PHP Version: 4.0.5 New Comment:
This is a limitation of the filesystem (and linux kernel without LFS support), not php. Previous Comments: ------------------------------------------------------------------------ [2002-01-28 14:59:43] [EMAIL PROTECTED] can you please test either PHP 4.1.1 (latest release) or a cvs snapshot (snaps.php.net) ? ------------------------------------------------------------------------ [2002-01-28 14:57:17] [EMAIL PROTECTED] I have a 4G file in /opt/incoming called /opt/incoming/bigpackage.pck I used if(file_exists("/opt/incoming/bigpackage.pck")) echo "Exists"; else echo "Not exists"; and it always returns me "Not exists". I suspect the file_exists function has problem with 2G+ files. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=15260&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]