|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-04-09 17:33 UTC] iliaa@php.net
[2006-04-09 17:53 UTC] dave at dgx dot cz
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 22:00:01 2025 UTC |
Description: ------------ fopen('file:///readme.txt', 'r'); correctly opens file 'readme.txt' located in a root. fopen('file://readme.txt', 'r'); this should opens file 'readme.txt' located in working directory. But it leads to genereate error messages: Warning: fopen() [function.fopen]: remote host file access not supported, file://readme.txt in ... on line ... Warning: fopen(file://readme.txt) [function.fopen]: failed to open stream: no suitable wrapper could be found in ... on line ...