php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37985 Apache/PHP crashes when i try to open a remote url using file funcs
Submitted: 2006-07-01 23:12 UTC Modified: 2006-07-02 13:58 UTC
From: arnorhs at gmail dot com Assigned: bjori (profile)
Status: Not a bug Package: Reproducible crash
PHP Version: 4.4.2 OS: Windows XP, sp2
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: arnorhs at gmail dot com
New email:
PHP Version: OS:

 

 [2006-07-01 23:12 UTC] 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


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-07-02 13:58 UTC] bjori@php.net
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.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 15 07:01:31 2025 UTC