|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-09-16 09:51 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 06:00:02 2025 UTC |
Description: ------------ When using stat() on files > 2GB, the size overflows the 32 bit int. Reproduce code: --------------- stat("Any file > 2GB") Expected result: ---------------- return the filesize of the file > 2GB. Actual result: -------------- An error=75, value too large for the underlying data-structure and using is_file the message: file does not exist.