[PHP-DEV] PHP 4.0 Bug #6670 Updated: fopen() does not except ports in HTTP URL From: Bug Database (php-dev <email protected>)
Date: 09/16/00

ID: 6670
Updated by: stas
Reported By: max <email protected>
Status: Feedback
Bug Type: *URL Functions
Assigned To:
Comments:

What happens when you try to open it? Does it give any error message? Does it still happen on 4.0.2?

Previous Comments:
---------------------------------------------------------------------------

[2000-09-12 02:01:08] max <email protected>
This is not really a bug, but I didn't find any comments about this anywhere:

If I use fopen() with a HTTP URL which specifies the port, fopen() wont open the "file", e.g.

$myfile = fopen('http://localhost:8080/myfile.html');

will not work on my machine.

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=6670

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>