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