• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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