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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 20:01:29 2024 UTC