|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-01-07 06:59 UTC] max at derdickemax dot de
Although mentioned in the bug database that this has been fixed, the 4.1.0 does not accept this:
$infile = file('http://127.0.0.1:9999/servlet/MyServlet?mode=get');
When will port numbers be available for open/fopen()
Maximilian Eberl
mailto:max@derdickemax.de
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 11:00:02 2025 UTC |
I cannot reproduce this problem. This example: $infile = file ("http://scpno.proventum.net:8087/index.php?context=10"); print implode("", $infile); works fine for me. Could you please provide us with a publicly available URL that does not work.