Hi, > Great feature. I can see this being very useful to packaged > PHP applications > like ours (MediaWiki). The only complication in > implementation I can think > of is trying to work out the location of PEAR, for those > modules that use > it. I suppose we would have to append the default include_path to the > runtime open_basedir, to make sure that PEAR is accessible.
Be careful here. The things in the include_path should only be added to the open_basedir setting if they were already present in the original open_basedir. - Sander -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php