• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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