• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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