PHP's open_basedir limits a script's ability to open files to specified directories. This setting can only be modified within an httpd.conf file or in the php.ini.
When specifying more than one directory to be accessible by php scripts, use a semicolon for Windows, and a colon for all other systems. It's also important to note that directories within the open_basedir are actually prefixes and not a directory name. For example: