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

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 https://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=https://autoinstall.plesk.com/PHP_5.6.3/dist-rpm-CentOS-6-x86_64

to


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

an thereupon updating with "yum update"

cheers
 
Back
Top