• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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