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

Update Php on the system

regisg

Regular Pleskian
Hello,

I use Plesk 12.5.30 on CentOS 6.6.

All my websites on my VPS work with PHP 5.4.45 FastCGI application.

But curiously i am unable to install some applications which need PHP 5.4+ (like Elastic Search) because i read that the PHP version of the system is still 5.3.3 !

So i don't understand...

How can i update the PHP of my system (???) to 5.4.45 ?

Thanks a lot for your help !
 
Hi regisg,

for CentOS 6 on a x86_64 system, you could upgrade your system PHP like this:

Code:
wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
rpm -Uvh remi-release-6*.rpm
yum --enablerepo=remi upgrade php-mysql php-devel php-gd php-pecl-memcache php-pspell php-snmp php-xmlrpc php-xml
 
Thank you very much for your reply :)

So with this code, i can upgrade precisely to PHP 5.4.45 ? Where do we fix the version ?
 
Hi regisg,

I have problems understanding your question:
Where do we fix the version ?
The above suggested commands will lead to a system PHP upgrade from your current version 5.3.3 to version 5.4.* .

If you need further assistance, please reply with issues / problems or log - entries, so that investigations can be done and further suggestions can be made.
 
Back
Top