|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-01-28 14:59 UTC] jan@php.net
[2002-01-28 15:00 UTC] mrobinso@php.net
[2002-01-28 15:02 UTC] jan@php.net
[2002-01-28 15:15 UTC] wweng at kencast dot com
[2002-01-28 15:15 UTC] wweng at kencast dot com
[2002-01-28 15:17 UTC] jan@php.net
[2002-01-28 15:26 UTC] wweng at kencast dot com
[2002-01-28 15:44 UTC] wweng at kencast dot com
[2002-01-28 20:43 UTC] mrobinso@php.net
[2002-01-28 20:53 UTC] wweng at kencast dot com
[2002-03-20 00:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 22:00:01 2025 UTC |
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.