php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37916 Crash when downloading url via readfile or file_ge_contents
Submitted: 2006-06-26 12:19 UTC Modified: 2006-06-26 12:32 UTC
From: anton at artpromcompany dot ru Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 4.4.2 OS: windows xp sp 2
Private report: No CVE-ID: None
 [2006-06-26 12:19 UTC] anton at artpromcompany dot ru
Description:
------------
Crash when downloading url via readfile or file_ge_contents

I tried it on 2 machines.
Windows XP sp 2. 
php as apache module or cgi - it doesn't matter.

4.4.1 works correctly.

Reproduce code:
---------------
<?php

readfile("http://www.microsoft.com/");

?>

Expected result:
----------------
html page

Actual result:
--------------
crash

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-06-26 12:32 UTC] tony2001@php.net
Fixed in CVS 6 months ago.
Snapshots are available at http://snaps.php.net
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 22:01:29 2024 UTC