• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Updating PHP on Plesk 12.1

Jürgen1

New Pleskian
Hello everybody

I am still on PHP 5.6.3 after I upgraded from Plesk 12 to 12.1. No change with yum or Plesk Update.

In /etc/yum.repos.d there is autoinstaller-sources.repo and plesk-php5.6.repo with the links to PHP 5.6.3 Package inside.

How to get Plesk to access http://autoinstall.plesk.com/PHP_5.6.9/ and update the appropriate PHP version including all dependencies?

(using Plesk 12.1.24 on Centos 6.6 with multiple PHP handler from Plesk)
 
On my test Plesk 12.1.25 Centos 6.6 I see PHP 5.6.10 installed.
I think that you should just wait next preview version update where newer version of PHP will be available.
 
hmm, still PHP 5.6.3 with Plesk 12.1.25 as you can see. Any ideas how to update irrespective of Plesk?

 
easy solution by changing within /etc/yum.repos.d/plesk-php5.6.repo

Code:
baseurl=http://autoinstall.plesk.com/PHP_5.6.3/dist-rpm-CentOS-6-x86_64

to


Code:
baseurl=http://autoinstall.plesk.com/PHP_5.6.10/dist-rpm-CentOS-6-x86_64

an thereupon updating with "yum update"

cheers
 
Back
Top