|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-07-02 13:58 UTC] bjori@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Apr 01 15:00:01 2026 UTC |
Description: ------------ Apache/PHP crashes when i try to open a remote url using file() or file_get_contents()... Same thing happens in through console. Using PHP 4.4.2 Apache 2 Reproduce code: --------------- <?php $contents = file('http://www.mbl.is/'); ?> Expected result: ---------------- Nothing... empty blank page