include ./ searches only in cwd too

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198250 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-10-12 13:04:10 +00:00
parent a1eef7274d
commit 7023cf3643

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.127 $ -->
<!-- $Revision: 1.128 $ -->
<chapter id="language.control-structures">
<title>Control Structures</title>
@ -1308,8 +1308,8 @@ require ('somefile.txt');
you included <filename>include/a.php</filename> and there is <literal>include "b.php"</literal>
in that file, <filename>b.php</filename> is first looked in <filename class="directory">/www/</filename>
and then in <filename class="directory">/www/include/</filename>.
If filename begins with <literal>../</literal>, it is looked only in
include_path relative to the current working directory.
If filename begins with <literal>./</literal> or <literal>../</literal>, it
is looked only in include_path relative to the current working directory.
</simpara>
<simpara>
When a file is included, the code it contains inherits the