From f8d1db0fbc1000f82be4275698bf5dfd61416520 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 3 Apr 2006 16:00:02 +0000 Subject: [PATCH] Default wrapper is filesystem, not file:// (bug #36860) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210625 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/wrappers.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index ec369d7e55..e9dc3e374d 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -1,5 +1,5 @@ - + List of Supported Protocols/Wrappers @@ -26,7 +26,7 @@ - file:// is the default wrapper used with PHP and represents the local filesystem. + Filesystem is the default wrapper used with PHP and represents the local filesystem. When a relative path is specified (a path which does not begin with /, \, \\, or a windows drive letter) the path provided will be applied against the current working directory. In many cases this is the directory in which the script resides unless it has been changed. Using the CLI sapi, this defaults