|
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.
|