|
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-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Feb 16 12:00:01 2026 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.