Problem in enable open_basedir

PersianEngineer

New member
Joined
Jan 2, 2015
Messages
1
hello guys

I have a problem with enable open_basedir. I put the following line in the file /usr/local/lib/php.ini.

Code:
open_basedir = "/var/www:/tmp"

But in the phpinfo and open_basedir section written "no value"!

I am using PHP version 5.4.35 and FastCGI Mode.

When I put the above code in the file /usr/local/php54/lib/php.ini following error is shown:
Code:
No input file specified.

What should I do?
tnx
 
Back
Top