• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Install multiple PHP versions on Plesk 11.x

Hi taipva,

yes, multiple PHP versions support is available at Plesk 11.5, but I am a bit surprised, why you choosed the current Plesk 12.5 documentation, when there is one for Plesk 11.5?!?

Multiple PHP Versions ( online documentation: Administrator's Guide, Parallels Plesk Panel 11.5 )

Please note, that STEP 3 is based on the version you downloaded, so you have to replace -NN with the downloaded version-number!

Example:

If you choosed to install "php-5.6.15.tar.gz", then the commands would be:

gunzip php-5.6.15.tar.gz
tar -xf php-5.6.15.tar
cd ../php-5.6.15
./configure --prefix /usr/local/php56
make
make install
Please follow the documentation for further steps.
 
Hi UFHH01,
I'm fix error. I'm can install PHP versions 5.0.1 on plesk 11.0 and what versions PHP supported on plesk 11.0 and Plesk 11.5 ?
Thanks
 
Back
Top