Index: control-structures.xml
===================================================================
RCS file: /repository/phpdoc/en/language/control-structures.xml,v
retrieving revision 1.143
diff -u -p -r1.143 control-structures.xml
--- control-structures.xml 28 Jun 2007 11:02:27 -0000 1.143
+++ control-structures.xml 9 Aug 2007 09:21:59 -0000
@@ -1307,7 +1307,7 @@ require ('somefile.txt');
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.
+ is looked only in the current working directory.
When a file is included, the code it contains inherits the