• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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