Hi,
Can someone add this (or something like it) to
/phpdoc/en/chapters/config.xml? This closes bug #8848. I would do it myself
if I had karma there :)
<para>
The restriction specified with open_basedir is actually a prefix,
not a directory name. This means that "open_basedir = /dir/incl"
also allows 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/"
</para>
Thanks,
Sander.