Note that absolute paths on Windows can also start simply with \ and not

necessarily a drive letter.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303412 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2010-09-16 02:03:34 +00:00
parent 920cf0047b
commit 0a3b308c70

View file

@ -24,9 +24,9 @@
</simpara>
<simpara>
If a path is defined &mdash; whether absolute (starting with a drive letter
on Windows, or <literal>/</literal> on Unix/Linux systems) or relative to
the current directory (starting with <literal>.</literal> or
<literal>..</literal>) &mdash; the
or <literal>\</literal> on Windows, or <literal>/</literal> on Unix/Linux
systems) or relative to the current directory (starting with
<literal>.</literal> or <literal>..</literal>) &mdash; the
<link linkend="ini.include-path">include_path</link> will be ignored
altogether. For example, if a filename begins with <literal>../</literal>,
the parser will look in the parent directory to find the requested file.