View Single Post
  #4  
Old 01-27-2013, 05:54 AM
NiteWave NiteWave is online now
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,226
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
Reply With Quote