diff --git a/appendices/ini.xml b/appendices/ini.xml index b1a877094f..01df38fe9d 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -4893,9 +4893,10 @@ include_path=".;c:\php\includes" automatically inherited. - The restriction specified with is actually a - prefix, not a directory name. This means that "open_basedir - = /dir/incl" also allows access to "/dir/include" and + The restriction specified with is a + directory name since PHP 5.2.16 and 5.3.4. Previous versions used it + as a prefix. This means that "open_basedir + = /dir/incl" also allowed access to "/dir/include" and "/dir/incls" if they exist. When you want to restrict access to only the specified directory, end with a slash. For example: open_basedir = /dir/incl/