• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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