Admin/environment/php extension/soap

From Learnit docs
Revision as of 10:48, 16 May 2019 by Docsadmin (talk | contribs) (Created page with "{{Environment}} == Install Soap module for PHP 5 == '''Debian:''' #apt-get install php5-soap '''Centos:''' Download and install soap yum install php-soap {{stub}} C...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Environment

Install Soap module for PHP 5

Debian:

  1. apt-get install php5-soap


Centos: Download and install soap

 yum install php-soap

Template:Stub

es:admin/environment/php extension/soap

For Windows 1) Locate php.ini eg For xampp. C:/xampp/php/php.ini 2) Search for the string inside the quotes - ";extension=php_soap.dll" 3) Remove the semi colon, save the file and restart apache.