|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-03-16 17:54 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 10:00:02 2025 UTC |
When using fopen("http://www.foo.com:8000", "r") the following error occurs: Warning: fopen("http://www.foo.com:8000", "r") - Undefined error: 0 in /usr/home/manero/public_www/shoutcast/sc.php on line 5 Programmers should be able to pass a port and other CGI variables (i.e. fopen("http://www.foo.com:8000/blah.php?var=horsey", "r");