diff --git a/appendices/ini.xml b/appendices/ini.xml index f58cc533c1..a6898586b6 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -4647,7 +4647,10 @@ include_path=".;c:\php\includes" Using a . in the include path allows for - relative includes as it means the current directory. + relative includes as it means the current directory. However, + it is more efficient to explicitly use include + './file' than having PHP always check the current + directory for every include.