ID:               46925
 Updated by:       [email protected]
 Reported By:      eyal at zend dot com
-Status:           Open
+Status:           Assigned
 Bug Type:         Safe Mode/open_basedir
 Operating System: Windows *
 PHP Version:      5.2.8
-Assigned To:      
+Assigned To:      dmitry


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

[2008-12-22 11:55:29] eyal at zend dot com

Description:
------------
NOTE: Tested with FastCGI module on IIS 7.
1. Verify you have info.php in your docroot.
2. Set the directive open_basedir="."
3. Request the script info.php



Reproduce code:
---------------
<?php phpinfo(): ?>

Expected result:
----------------
The phpinfo() output




Actual result:
--------------
PHP Warning:  Unknown: open_basedir restriction in effect.
File(C:\inetpub\wwwroot\info.php) is not within the allowed path(s): (.)
in Unknown on line 0


To verify the location that is not restricted you can do the
following:
Add a virtual directory to the default web site with a physical path of
the php-fastCGI.exe and put the info.php there as well.

Now you can see that when requesting the file from the virtual
directory you will receive the phpinfo() output.


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


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

Reply via email to