ID: 30939
Updated by: [EMAIL PROTECTED]
Reported By: spgurley at comcast dot net
-Status: Feedback
+Status: No Feedback
Bug Type: Unknown/Other Function
Operating System: Linux
PHP Version: 4.3.8
New Comment:
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".
Previous Comments:
------------------------------------------------------------------------
[2004-11-30 17:57:14] [EMAIL PROTECTED]
Is your allow_fopen_url ini option enabled?
------------------------------------------------------------------------
[2004-11-30 05:34:53] 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
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=30939&edit=1