Title: how to install php soap extension in apache linux PHP server remove
Description: how to install php soap extension in apache linux php server remove Linux Hosting
Tags: how, to, install, php, soap, extension, in, apache, linux, php, server, remove,
Info: This Post Has Been Viewed 17586 Times SinceFri Jul 20, 2007 8:46 pm Author hostman With 15 Replies #1756

how to install php soap extension in apache linux PHP server remove

today i had to install soap extension in my php, i have fedora core 5 and when i did my phpinfo() file i did not see soap in there. so if you have red hard distributions like fedora or centos for example, you can install it with yum simply by executing this command from the linux shell. installing soap is easy with linux, you must be logged in as root:

yum install php-soap


if you want to update soap:
yum upgrade php-soap


if you want to remove or uninstall soap:
yum remove php-soap


hope this helps.
Comments (15)
View Top Comments
Leave Your Comments...
#1
hostman:
4 years ago
#11883
hostman Fri Jul 20, 2007 8:49 pm
#2
pacoman:
4 years ago
#11885
pacoman Fri Jul 20, 2007 9:02 pm
all this soap stuff has me confused, i have no idea why i need this on my server. i removed it.

Zend Developer Zone PHP SOAP Extension PHP 5 SOAP extension is the first attempt to implement the SOAP protocol for PHP in C It has some advantages over the existing implementations written in devzone zendnode view id 689 76 Zend Developer Zone Tutorials
#3
ghi:
3 years ago
#49435
ghi Thu Apr 10, 2008 6:38 am
brilliant, much easier than trying to figure out how to recompile php ;)
#4
Derrick:
2 years ago
#106252
Derrick Sun Jun 14, 2009 4:32 pm
you have to install the package first dude. soap doesn't come with apache. refine your tutorial.
#5
Derrick:
2 years ago
#106269
Derrick Sun Jun 14, 2009 5:10 pm
you have to install the package first dude. soap doesn't come with apache. refine your tutorial.
#6
matrix:
1 year ago
#130467
matrix Tue Mar 23, 2010 4:25 pm
I have an error what can i do:
tnx

root - at - server ~]# yum install php-soap
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.ovh.net
* updates: mirror.ovh.net
* addons: mirror.ovh.net
* extras: mirror.ovh.net
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
No package php-soap available.
Nothing to do
[root - at - server ~]#

#7
Justin:
1 year ago
#133972
Justin Mon May 24, 2010 11:42 pm

addo | 951 B 00:00
base | 1.1 kB 00:00
extras | 2.1 kB 00:00
updates | 1.9 kB 00:00
Excluding Packages in global exclude list
Finished
Setting up Install Process
No package soap available.
Nothing to do
#8
Dyey:
1 year ago
#144553
Dyey Fri Sep 17, 2010 5:09 pm
so theres really a way to enable soap php in linux servers..?
#9
Ryodin:
1 year ago
#147899
Ryodin Fri Nov 19, 2010 1:46 pm
Simple yet effective, thanks! Also love the yellow code on a black background.
#10
mayur:
11 months ago
#148966
mayur Tue Dec 07, 2010 10:16 am
07-1756-500d051xz-g.jpg
i had installed it on my sever but when i checked the php module
php -m
bcmath
bz2
calendar
ct Loader
json
libxml
mbstri Optimizer
zip
zlib

it is not displayed the soap module
i want to enable soap extension
let me know how to do.

Thanks
#11
2
Mehmet:
11 months ago
#150079
Mehmet Thu Dec 30, 2010 1:39 pm
firstly open /etc/yum.conf file.
Find exclude line and erase php* command, then, save the file.

Then, 'yum install php-soap' command should work.
#12
eentje:
7 months ago
#155210
eentje Sat Apr 09, 2011 5:27 am
thx Mehmet
#13
Pankaj:
3 months ago
#165816
Pankaj Wed Aug 31, 2011 5:31 pm
31-1756-top-nav-ohop-on1.gif
After installation of "php-soap", we have to reload/restart the apache..

and then the module is in effect..
#14
Seddass:
2 months ago
#166268
Seddass Wed Sep 07, 2011 11:07 pm
What to do if soap is not enabled after install and restrat of apache? I have installed soap extension with
#pear install SOAP-0.12.0 and then i have restarted apache. Thanks!
#15
MikeP:
4 seconds ago
#171325
MikeP Tue Dec 06, 2011 4:03 am
Tutorial worked perfectly fine. Thanks for the help, you saved me a lot of time.
Leave Your Comments...
Share
| More