ID: 37024 Updated by: [EMAIL PROTECTED] Reported By: dave at dgx dot cz -Status: Open +Status: Bogus Bug Type: Streams related PHP Version: 5.1.2 New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php For file:// wrapper you need to indicate three forwardslashes, two for wrapper and one for path. Previous Comments: ------------------------------------------------------------------------ [2006-04-09 15:57:50] dave at dgx dot cz 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 ... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37024&edit=1