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

php-soap on Plesk 11

Mehdib92

New Pleskian
Hi,

I have a server with plesk 11.0.9 (with CenOS 6.3). I need to install the php-soap extension. Is there a way to install it from Plesk or do I have to di it from the shell ?

Is there a risk with the configuration if have to do it from the shell ?

Thanks
 
Just install it with usual yum command like

# yum install php53-soap

or maybe

# yum install php53-soap
 
I ran the command but it is telling me to update php? I thought updating php might break Plesk??

Installing:
php-soap x86_64 5.3.21-14.el5.art atomic 279 k
Updating for dependencies:
php x86_64 5.3.21-14.el5.art atomic 2.8 M
php-cli x86_64 5.3.21-14.el5.art atomic 2.6 M
php-common x86_64 5.3.21-14.el5.art atomic 1.0 M
php-devel x86_64 5.3.21-14.el5.art atomic 1.3 M
php-gd x86_64 5.3.21-14.el5.art atomic 209 k
php-imap x86_64 5.3.21-14.el5.art atomic 88 k
php-ldap x86_64 5.3.21-14.el5.art atomic 57 k
php-mbstring x86_64 5.3.21-14.el5.art atomic 2.3 M
php-mcrypt x86_64 5.3.21-14.el5.art atomic 48 k
php-mysql x86_64 5.3.21-14.el5.art atomic 95 k
php-odbc x86_64 5.3.21-14.el5.art atomic 88 k
php-pdo x86_64 5.3.21-14.el5.art atomic 120 k
php-snmp x86_64 5.3.21-14.el5.art atomic 41 k
php-xml x86_64 5.3.21-14.el5.art atomic 226 k
php-xmlrpc x86_64 5.3.21-14.el5.art atomic 87 k
 
Last edited:
@ansond

If you have CentOS running on your Machine try this, without quotes "yum install php-soap".

If you have Debian running on you Machine, then try this, without quotes "apt-get install php-soap"
 
Back
Top