On Tue, Dec 9, 2008 at 12:10, Hannes Magnusson <[EMAIL PROTECTED]> wrote: > Fail. > > open_basedir can as of 5.3.0 be set at run time to tighten the path. > I.e. if open_basedir=/usr/local in php.ini you can > ini_set("open_basedir", "/usr/local/bin") at runtime. > trying to remove stuff from open_basedir (i.e. ini_set("open_basedir", > "/usr");) fails.
Documented. However, it feels very very very wrong that open_basedir is documented with safe_mode. Especially since there is a big fat note on http://docs.php.net/manual/en/features.safe-mode.php that safe_mode has been removed.. suggesting open_basedir has been too. -Hannes