Index: control-structures.xml =================================================================== RCS file: /repository/phpdoc/en/language/control-structures.xml,v retrieving revision 1.137 diff -u -r1.137 control-structures.xml --- control-structures.xml 1 Feb 2007 00:46:02 -0000 1.137 +++ control-structures.xml 21 May 2007 17:42:02 -0000 @@ -1302,10 +1302,10 @@ Files for including are first looked in include_path relative to the current working directory - and then in include_path relative to the directory of current script. E.g. if your include_path - is ., current working directory is /www/, + and then in the directory of the current script. E.g. if your include_path + is libraries, current working directory is /www/, you included include/a.php and there is include "b.php" - in that file, b.php is first looked in /www/ + in that file, b.php is first looked in /www/libraries/ and then in /www/include/. If filename begins with ./ or ../, it is looked only in include_path relative to the current working directory.