• 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.

Plesk 11.5 Debian/Ubuntu PHP5.4

None that I know of. But this should be pretty straightforward - update PHP to 5.4 from third-party repository as you normally would. The only thing you should care about is to not remove any of Plesk packages during the process (but I won't expect this to happen).

After the upgrade is complete you may want to call:
# plesk sbin packagemng -sdf
# service apache2 restart

If you already had php-fpm, also restart it. Also manually check that your old php.ini is compatible with the new version (e.g., leaving safe_mode=on there will bring you grief).


Alternative way is to use custom php handlers feature (i.e., build and install you own PHP and register it in Plesk). But I'd stick to the first option unless you need 2 different PHP versions.
 
Back
Top