• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Resolved PHP modules soap, xmlrpc, opcache, bcmath

Alex--

New Pleskian
Hi,

Do these php modules need to be installed manually and then activated through tools & settings -> php settings?

Is there a kb article about this? Howto on Plesk Onyx?
 
Hi,

Do these php modules need to be installed manually and then activated through tools & settings -> php settings?

Is there a kb article about this? Howto on Plesk Onyx?

I installed PHP soap with apt install php-soap the plugin was able to detect it after then
 
All of them is a part of Plesk PHP package:

[root@ppu17-0 ~]# rpm -qa | grep bcmath
plesk-php53-bcmath-5.3.29-centos7.15102117.x86_64
plesk-php55-bcmath-5.5.38-centos7.16072212.x86_64
plesk-php56-bcmath-5.6.27-centos7.16101710.x86_64
plesk-php70-bcmath-7.0.12-centos7.16101411.x86_64
plesk-php52-bcmath-5.2.17-centos7.15100614.x86_64
plesk-php54-bcmath-5.4.45-centos7.16032517.x86_64

[root@ppu17-0 ~]# rpm -qa | grep opcache
plesk-php55-opcache-5.5.38-centos7.16072212.x86_64
plesk-php56-opcache-5.6.27-centos7.16101710.x86_64
plesk-php70-opcache-7.0.12-centos7.16101411.x86_64

[root@ppu17-0 ~]# rpm -qa | grep soap
plesk-php53-soap-5.3.29-centos7.15102117.x86_64
plesk-php70-soap-7.0.12-centos7.16101411.x86_64
plesk-php55-soap-5.5.38-centos7.16072212.x86_64
plesk-php54-soap-5.4.45-centos7.16032517.x86_64
plesk-php56-soap-5.6.27-centos7.16101710.x86_64
plesk-php52-soap-5.2.17-centos7.15100614.x86_64

So, when you install PHP5.6, for example, in Plesk installer, all these related packages will be installed for PHP5.6.
 
Back
Top