ID: 37752 User updated by: yurtesen at ispro dot net Reported By: yurtesen at ispro dot net -Status: Open +Status: Bogus Bug Type: CGI related Operating System: FreeBSD PHP Version: 4.4.2 New Comment:
It was my mistake, I thought open_basedir also stops the initial .php file to be opened by the server. However it seems to stop the open requests from within the .php files. Sorry, Evren Previous Comments: ------------------------------------------------------------------------ [2006-06-08 21:14:31] yurtesen at ispro dot net Description: ------------ I set open_basedir in php.ini to /tmp (for testing purposes) and use a script <?php phpinfo() ?> in /home/user/www.domain.com I can see that open_basedir set as /tmp however the script continues to function without any troubles. Expected result: ---------------- I expected that the script would bail out with an open_basedir restriction error. Actual result: -------------- Script doesnt give open_basedir restriction error. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37752&edit=1
