|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-12-22 00:55 UTC] iliaa@php.net
[2003-01-09 01:00 UTC] php-bugs at lists dot php dot net
[2003-01-11 20:10 UTC] bonebakker at attbi dot com
[2003-01-11 20:49 UTC] philip@php.net
[2003-01-11 21:35 UTC] pollita@php.net
[2003-01-12 18:22 UTC] bonebakker at attbi dot com
[2003-01-12 19:01 UTC] wez@php.net
[2005-08-11 19:43 UTC] nlopess@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 21 04:00:02 2025 UTC |
<?php if (is_file("/tmp/very_large_file")) { echo "is file"; } else { echo "is not"; } ?> ~ if the file /tmp/very_large_file is larger than 2 GB, php reports the error: Warning: stat failed for /tmp/very_large_file (errno=79 - Value too large for defined data type) php_4.2.3 is compiled as an apache_1.3.27 module