From a47be8252942076538b6119d3afd123456e71fe0 Mon Sep 17 00:00:00 2001 From: Etienne Kneuss Date: Thu, 9 Aug 2007 09:34:18 +0000 Subject: [PATCH] ./ && ../ doesn't use include_path at all git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240940 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/control-structures.xml b/language/control-structures.xml index 2e2ac1bf51..c9b46c7e74 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -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