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
 [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: Thu Apr 18 23:01:27 2024 UTC