• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

installing plesk panel 9 with php 5.2

D

danharris83

Guest
Hi i really need help i have a custom joomla plugin that needs php 5.2

im not sure how to and if there is a way to install plesk 9 and php 5.2

and will my license for plesk 10 be ok to use.

any help would be greatly appreciated.

Thanks in advance.
 
I dont believe that you can use anything other than a 9 license with plesk 9. Although php isnt a plesk thing so it comes with the OS you use, or a third party repo like art so you can install any php version you want no matter what version of Plesk you use. I would always recomend to use the latest stable branch (5.3) since 5.2 is now old and has lots of security holes. It may be better to try and get the plugin author to make it 5.3 (and soon 6.0) compatible.
 
Upgrading PHP

As Amin mentioned, you can't use your plesk 10 licence on Plesk 9. However the reverse might be true (since your licence would be upgraded or converted to Plesk 10 version)

About upgrading php, its pretty easy on any plesk version. You can just run the commands:

Code:
wget -q -O - http://www.atomicorp.com/installers/atomic.sh | sh
yum update php
 
Back
Top