|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-09-16 18:11 UTC] stas@php.net
[2000-10-11 09:31 UTC] stas@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 02:00:01 2025 UTC |
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.