View Single Post
  #5  
Old 10-16-2007, 10:05 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
LSAPI can be used as CLI PHP interpreter. I think both version should do the job.
Does you script require any PEAR module? maybe you check whether required module can be found by PHP, You can try

"/php5/bin/php -c path_to_php.ini /path_to_php_script" see if it works.
Reply With Quote