• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • 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.

PHP 5.3 support

G

Gabev

Guest
I have Plesk Panel 10.3.1 on Ubuntu 8.04

http://kb.odin.com/en/111711
APPLIES TO:

Plesk 10.x for Linux

Resolution
To enable the PHP 5.3 support on the Parallels Plesk Panel server you may want to use the Autoinstaller tool or Parallel Plesk Panel graphical user interface.

1 install PHP 5.3 using Autoinstaller tool you should run the following command on your server:
/usr/local/psa/admin/sbin/autoinstaller --select-release-current --install-component php53

I've tried to follow this instruction and the answer was :

Warning : following components not found :php53
You already have the latest version of products and all selected components installed.Instalation will not continue.



So ...i did check with php -v and got that php version is 5.2.4....
how am I suppose to upgrade to php 5.3.8 which contains important security updates?
 
PHP53 can be installed via Plesk autoinstaller only on Redhat based OSes. You can use PHP53 for Ubuntu from official vendor's repositories.
 
Back
Top