From:             marcos dot neves at gmail dot com
Operating system: debian
PHP version:      5.3.0
PHP Bug Type:     CGI related
Bug description:  open_basedir no working with [PATH=] in php.ini

Description:
------------
I got "No input file specified." from fcgi when used open_basedir 
inside [PATH=] php.ini

Reproduce code:
---------------
create an entry on php.ini with open_basedir pointing to your domain root,
example:

open_basedir=/var/www/my.domain.com

restart fcgi and check if it all works fine. (it should)

Now add this like above open_basedir:

[PATH=/var/www/my.domain.com]
open_basedir=/var/www/my.domain.com

restart fcgi and now you will get "No input file specified."

Expected result:
----------------
should work as before.

Actual result:
--------------
got "No input file specified." fcgi response.

-- 
Edit bug report at http://bugs.php.net/?id=48942&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=48942&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=48942&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=48942&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=48942&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=48942&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=48942&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=48942&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=48942&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=48942&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=48942&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=48942&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=48942&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=48942&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=48942&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=48942&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=48942&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=48942&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=48942&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=48942&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=48942&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=48942&r=mysqlcfg

Reply via email to