php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30939 readfile and fopen return blank page
Submitted: 2004-11-30 05:34 UTC Modified: 2004-12-11 01:00 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:1 (50.0%)
From: spgurley at comcast dot net Assigned:
Status: No Feedback Package: Unknown/Other Function
PHP Version: 4.3.8 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
34 - 24 = ?
Subscribe to this entry?

 
 [2004-11-30 05:34 UTC] spgurley at comcast dot net
Description:
------------
Whenever i try either of the two codes that I listed, all i get is a blank screen

Reproduce code:
---------------
<?php
readfile("http://www.php.net/");
?>

<?php
$fp = fopen("http://www.php.net/","r");
fclose($fp);
?>

Expected result:
----------------
The page http://www.php.net/ will be shown

Actual result:
--------------
I get a blank page

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-30 17:57 UTC] iliaa@php.net
Is your allow_fopen_url ini option enabled?
 [2004-12-11 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 11:01:28 2024 UTC