
01-27-2013, 06:04 AM
|
|
Member
|
|
Join Date: Dec 2008
Posts: 31
|
|
Quote:
Originally Posted by NiteWave
command line lsphp5 and exteral app lsphp5 may pick up different php.ini.
to confirm, check if open_basedir are same value
#/usr/local/lsws/fcgi-bin/lsphp5 phpinfo.php |grep open_basedir
and in browser, access domain.com/phpinfo.php and search open_basedir
|
I already checked that. The same php.ini is used both by the CLI and LiteSpeed. open_basedir is not set.
Code:
# /usr/local/lsws/fcgi-bin/lsphp5 -i | grep open_basedir
open_basedir => no value => no value
|