• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Upgrading Php

pould

Basic Pleskian
Can anyone tell me how to upgrade php within Plesk? I'm currently running Plesk 8.6 with CentOS and the version of php is 4.3.6.

Please be gentle - I'm not that familiar with Linux!!!
 
Plesk itself runs independently of server's PHP version. Latest Plesk version runs on PHP5. Therefore, if you can install PHP on OS, it will be fine with Plesk.
You simply download all needed PHP5 rpm packages from official PHP web site and install them (rpm -Uvh package_name.rpm). One thing is you might also need this package to get rid of some dependencies error:

psa-php4-configurator-1.0.0-rhel4.build80060414.15.noarch.rpm

It was compiled by Plesk developers for RHEL4 and Centos4.


Additional information from parallels team read here:
http://forum.swsoft.com/showthread.php?p=171751#post171751
 
Back
Top