• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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