|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-11-09 23:52 UTC] kv3981 at gmail dot com
[2013-02-10 20:00 UTC] fredericg_99 at yahoo dot fr
[2013-04-14 11:18 UTC] kontrollfreak at arcor dot de
[2013-04-14 12:55 UTC] pajoye@php.net
-Status: Open
+Status: Feedback
[2013-04-14 12:55 UTC] pajoye@php.net
[2013-04-14 13:59 UTC] kontrollfreak at arcor dot de
[2013-04-14 13:59 UTC] kontrollfreak at arcor dot de
-: nachnamev2 at t-online dot de
+: kontrollfreak at arcor dot de
-Status: Feedback
+Status: Open
[2013-04-15 04:21 UTC] pajoye@php.net
-Status: Open
+Status: Feedback
[2013-04-15 04:21 UTC] pajoye@php.net
[2013-04-15 07:06 UTC] kontrollfreak at arcor dot de
[2013-04-15 07:06 UTC] kontrollfreak at arcor dot de
-Status: Feedback
+Status: Open
[2021-02-03 13:46 UTC] cmb@php.net
-Status: Open
+Status: Feedback
-Assigned To:
+Assigned To: cmb
[2021-02-03 13:46 UTC] cmb@php.net
[2021-02-14 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 09:00:02 2025 UTC |
Description: ------------ Tested on: - PHP 5.5.0dev (r324251) as Apache 2.2 module - Apache 2.2.22 This bug applies to the Apache module on Windows only. The cgi version does not show this behavior. I narrowed it down to PHP 5.2.10. Before that version the test script runs without error. Test script: --------------- <?php //test.bin has 200 MB readfile('test.bin'); ?> Expected result: ---------------- No error Actual result: -------------- Immediate result (doesn't even begin to load the file): Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 209719296 bytes) in C:*\readfile.php on line 4