After compiling the php-5.2.13 on the server, open_basedir module is showing errors,
open_basedir configuration on php.iniTue Mar 02 11:09:12 2010] [error] PHP Warning: require() [<a href='function.require'>function.require</a>]: open_basedir restriction in effect. File() is not within the allowed path(s): (/var/www/html:/home/www/html:/usr/share/pear:/tmp) in /home/www/html/reviews/index.php on line 23
[Tue Mar 02 11:09:12 2010] [error] PHP Fatal error: Can't load pp-inc.php, open_basedir restriction. in /home/www/html/reviews/index.php on line 23
--------------------------------------------------------------
open_basedir => .:/var/www/html:/usr/share/pear:/tmp:/home/www/html => .:/var/www/html:/usr/share/pear:/tmp:/home/www/html
There have been no change in the code or the settings. There have been an important security patch implemented on php-5.2.13 for safe_mode and open_basedir.
Have any one encountered this issue. I need to confirm if this is a bug so that I can report it in http://bugs.php.net.Fixed a possible open_basedir/safe_mode bypass in the session extension identified by Grzegorz Stachowiak. (Ilia)
Thanks!
Michael Stone