ID:               48942
 Updated by:       j...@php.net
 Reported By:      marcos dot neves at gmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         CGI related
 Operating System: debian
 PHP Version:      5.3.0
 New Comment:

And exactly how is everything else configured? Like the path to the
script you're accessing?


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

[2009-07-16 12:16:19] marcos dot neves at gmail dot com

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 this bug report at http://bugs.php.net/?id=48942&edit=1

Reply via email to