colder Thu Aug 9 09:34:18 2007 UTC
Modified files: /phpdoc/en/language control-structures.xml Log: ./ && ../ doesn't use include_path at all http://cvs.php.net/viewvc.cgi/phpdoc/en/language/control-structures.xml?r1=1.143&r2=1.144&diff_format=u Index: phpdoc/en/language/control-structures.xml diff -u phpdoc/en/language/control-structures.xml:1.143 phpdoc/en/language/control-structures.xml:1.144 --- phpdoc/en/language/control-structures.xml:1.143 Thu Jun 28 11:02:27 2007 +++ phpdoc/en/language/control-structures.xml Thu Aug 9 09:34:18 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.143 $ --> +<!-- $Revision: 1.144 $ --> <chapter xml:id="language.control-structures" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Control Structures</title> @@ -1307,7 +1307,7 @@ in that file, <filename>b.php</filename> is first looked in <filename class="directory">/www/libraries/</filename> and then in <filename class="directory">/www/include/</filename>. If filename begins with <literal>./</literal> or <literal>../</literal>, it - is looked only in include_path relative to the current working directory. + is looked only in the current working directory. </simpara> <simpara> When a file is included, the code it contains inherits the