vrana Mon Apr 3 16:00:03 2006 UTC
Modified files: /phpdoc/en/appendices wrappers.xml Log: Default wrapper is filesystem, not file:// (bug #36860) http://cvs.php.net/viewcvs.cgi/phpdoc/en/appendices/wrappers.xml?r1=1.59&r2=1.60&diff_format=u Index: phpdoc/en/appendices/wrappers.xml diff -u phpdoc/en/appendices/wrappers.xml:1.59 phpdoc/en/appendices/wrappers.xml:1.60 --- phpdoc/en/appendices/wrappers.xml:1.59 Mon Mar 20 22:38:55 2006 +++ phpdoc/en/appendices/wrappers.xml Mon Apr 3 16:00:02 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.59 $ --> +<!-- $Revision: 1.60 $ --> <appendix id="wrappers"> <title>List of Supported Protocols/Wrappers</title> <para> @@ -26,7 +26,7 @@ </itemizedlist> <simpara> - <filename>file://</filename> is the default wrapper used with PHP and represents the local filesystem. + <emphasis>Filesystem</emphasis> 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