Post Description: how to install php soap extension in apache linux php server remove
This Post Has Been Viewed 1525 Times Since Fri Feb 29, 2008 12:01 pm Posted By web hosting with 2 replies
POST# 249
Posted On: Fri Feb 29, 2008 12:01 pm
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.