How To Install Php Soap Extension In Apache Linux PHP Server Remove


How To Install Php Soap Extension In Apache Linux PHP Server Remove
  Forums Index
      » Linux Hosting Forums
        » » how to install php soap extension in apache linux PHP server remove



How To Install Php Soap Extension In Apache Linux PHP Server Remove
Post Description:
Post Tags: how, to, install, php, soap, extension, in, apache, linux, php, server, remove, linux hosting, troubleshoot, help, support advise, questions, answers
This Post Has Been Viewed 2970 Times Since Fri Jul 20, 2007 8:46 pm Posted By hostman with 3 replies
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.

Leave Your Comments
* Your Name

  * Your Email Address (Will Not Be Published)

* Your Comments


Add Picture To Comments
Yes No             upload
Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

     




Comments and replies About How To Install Php Soap Extension In Apache Linux PHP Server Remove






:: 1 :: #11883 - Reply By hostman On Fri Jul 20, 2007 8:49 pm
:: 2 :: #11885 - Reply By pacoman On 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 :: #49435 - Reply By ghi jkl On Thu Apr 10, 2008 6:38 am
brilliant, much easier than trying to figure out how to recompile php ;)