• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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