From: [EMAIL PROTECTED]
Operating system: FreeBSD 4.2-R
PHP version: 4.0.4pl1
PHP Bug Type: Filesystem function related
Bug description: fopen() with port designated when opening a URL results in an error.
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");
--
Edit Bug report at: http://bugs.php.net/?id=9182&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]