|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-08-09 21:53 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 08:00:01 2025 UTC |
Description: ------------ When I specify a URL that has a specified port number such as www.example.com:8080 the URL Wrappers do not recognize it. I have tested this with is_file, is_readable, file_exists etc. Reproduce code: --------------- is_file('http://www.example.com:8080/myFile.txt'); Expected result: ---------------- true Actual result: -------------- false