From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: *Directory/Filesystem functions Bug description: file_exists doesn't work with 2G+ files
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 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]