|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-01-23 12:49 UTC] markyd at optushome dot com dot au
[2005-01-23 21:04 UTC] iliaa@php.net
[2005-01-31 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 04:00:02 2025 UTC |
Description: ------------ It seems that the function md5_file() fails to operate on large files. I believe this issue occurs when the file is larger that 2gb. Slightly smaller files (around 1.8gig) seems to work fine. When trying to access these large files, php generates the following error: Warning: md5_file(): Unable to open file in XXXXX on line XXX Reproduce code: --------------- md5_file("a_large_file"); Expected result: ---------------- return a valid md5hash Actual result: -------------- Warning: md5_file(): Unable to open file in XXXXX on line XXX returns an empty string