|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-06-26 12:32 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 14:00:01 2025 UTC |
Description: ------------ Crash when downloading url via readfile or file_ge_contents I tried it on 2 machines. Windows XP sp 2. php as apache module or cgi - it doesn't matter. 4.4.1 works correctly. Reproduce code: --------------- <?php readfile("http://www.microsoft.com/"); ?> Expected result: ---------------- html page Actual result: -------------- crash