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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: anton at artpromcompany dot ru
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun Jun 15 02:01:32 2025 UTC