php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37821 about what php support
Submitted: 2006-06-15 21:11 UTC Modified: 2006-06-27 01:00 UTC
From: iatala dot luis at gmail dot com Assigned:
Status: No Feedback Package: *Directory/Filesystem functions
PHP Version: 4.4.2 OS: debian
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2006-06-15 21:11 UTC] iatala dot luis at gmail dot com
Description:
------------
my friends check this

sings like php does not supports connections on ports


Reproduce code:
---------------
<?
 
 
readfile ("php://filter/write=string.rot13/resource=http://media.cnt.uo.edu.cu:3128/","Current Song");
?>
 
 


Expected result:
----------------
i expected 
see the line Current song printed on the php page.


Actual result:
--------------
Warning: readfile(php://filter/write=string.rot13/resource=http://media.cnt.uo.edu.cu:3128/): failed to open stream: No such file or directory in /var/www/webalizer/1.php on line 4

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-06-19 11:10 UTC] tony2001@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

Works just fine here.
 [2006-06-27 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 Mar 28 13:01:28 2024 UTC