ankurcse Posted May 10, 2007 Share Posted May 10, 2007 Could any one tell me Importance of "open_basedir" in PHP, with an example Link to comment https://forums.phpfreaks.com/topic/50769-open_basedir/ Share on other sites More sharing options...
ToonMariner Posted May 10, 2007 Share Posted May 10, 2007 open_basedir is a configuration setting. It simply limits the files that can be opened (and therefore modified) by a php script. So if you have open_basedir set to '/somedir/' then only files within that dir (and sub dirs) can be manipulated by php. Link to comment https://forums.phpfreaks.com/topic/50769-open_basedir/#findComment-249606 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.