- Forums
- Linux Hosting
- How To Install PHP SOAP Extension In Apache Linux PHP Server
this step by step guide is a tutorial for installing PHP SOAP Extension in a Linux Server running Apache Web Server. I will provide each shell command needed to complete the installation your. i will be using yum to demonstrate how easy it is to install. [453], Last Updated: Sat May 18, 2024
wallpaperama
Fri Jul 20, 2007
18 Comments
31763 Visits
today i had to install soap extension in my php, i have linux fedora and when i did my phpinfo() file i did not see soap in there. so if you have red hat 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.