• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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