ID: 37985
Updated by: [EMAIL PROTECTED]
Reported By: arnorhs at gmail dot com
-Status: Open
+Status: Bogus
Bug Type: Reproducible crash
Operating System: Windows XP, sp2
PHP Version: 4.4.2
-Assigned To:
+Assigned To: bjori
New Comment:
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same.
Thank you for your interest in PHP.
Was fixed in CVS at least 5months ago.
Previous Comments:
------------------------------------------------------------------------
[2006-07-01 23:12:29] arnorhs at gmail dot com
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
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=37985&edit=1