Azurel
Silver Pleskian
Hi,
I tried to install PHP 5.4.15 on centOS. I use this tutorial http://download1.parallels.com/Ples...inistrator-guide/index.htm?fileName=72042.htm
The last step I change to:
/usr/local/psa/bin/php_handler --add -displayname 5.4.15 -path /usr/bin/php-cgi -phpini /usr/local/lib/php.ini -type fastcgi
1. Is -phpini the same path from "cp php.ini-development /usr/local/lib/php.ini"?
2. "/usr/local/psa/bin/php_handler" not exists. What can i do?
I found a "php_setttings" but this not working with the same options/parameters.
I tried to install PHP 5.4.15 on centOS. I use this tutorial http://download1.parallels.com/Ples...inistrator-guide/index.htm?fileName=72042.htm
Set up your php.ini:
cp php.ini-development /usr/local/lib/php.ini
Register this PHP version in Panel:
/usr/local/psa/bin/php_handler --add -displayname NN -path /usr/bin/php-cgi -phpini /some/path/php.ini -type cgi
The last step I change to:
/usr/local/psa/bin/php_handler --add -displayname 5.4.15 -path /usr/bin/php-cgi -phpini /usr/local/lib/php.ini -type fastcgi
1. Is -phpini the same path from "cp php.ini-development /usr/local/lib/php.ini"?
2. "/usr/local/psa/bin/php_handler" not exists. What can i do?
I found a "php_setttings" but this not working with the same options/parameters.
Last edited: