ID:               24521
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jjarven at softers dot net
-Status:           Open
+Status:           Bogus
 Bug Type:         *Directory/Filesystem functions
 Operating System: Linux 2.4.18
 PHP Version:      4.3.2
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

open_basedir restricts opening files. If that is working then there is
no bug here at all. 


Previous Comments:
------------------------------------------------------------------------

[2003-07-07 05:42:35] jjarven at softers dot net

Description:
------------
Apache 1.3.27
httpd.conf:
php_admin_value open_basedir /home/www/

- phpinfo() reports local value in effect to be /home/www/


Reproduce code:
---------------
chdir('/etc');
echo getcwd();


Expected result:
----------------
"open_basedir restriction in effect"


Actual result:
--------------
Will output: /etc

I tested opendir(), readdir() and readfile() and they behave correctly,
thus are not able to read anything outside open_basedir.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=24521&edit=1

Reply via email to