diff --git a/chapters/config.xml b/chapters/config.xml index d4e1327506..3dcfcfaa3f 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -916,24 +916,31 @@ include_path = ".;c:\php\lib" files. The format is like the system's PATH environment variable: a list of directories separated with a colon in UNIX or semicolon in Windows. + + UNIX include_path - + - + + + Windows include_path - + - + - The default value for this directive is . - (only the current directory). + + + Using a . in the include path allows for + relative includes as it means the current directory. +