From: "Julian Dunn" on
Hi all,

I'm an ex-PHP programmer turned PHP sysadmin. I read the "core php.ini"
documentation and wanted to confirm what functions exactly open_basedir
will restrict. "Examples" are made of fopen() and gzopen() -- what else
is there?

Will require_once() and include() be unaffected? I assume those are
restricted by virtue of include_path.

- Julian