Note: You are currently viewing documentation for Moodle 4.0. Up-to-date documentation for the latest stable version of Moodle may be available here: admin/environment/php extension/soap.

admin/environment/php extension/soap: Difference between revisions

From MoodleDocs
(Install Soap module for PHP 5 copied from 21 docs)
m (→‎Install Soap module for PHP 5: clean up, typos fixed: apache → Apache, eg → e.g.)
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Environment}}
== Install Soap module for PHP 5 ==
== Install Soap module for PHP 5 ==
'''Debian:'''
#apt-get install php5-soap


'''Centos:'''
'''Centos:'''
Line 6: Line 12:
   yum install php-soap
   yum install php-soap


==See also==
{{stub}}
 
* MDL-20885


[[Category:Environment|PHP]]


{{stub}}
[[es:admin/environment/php extension/soap]]


[[Category:Environment|PHP]]
For Windows
1) Locate php.ini
e.g. 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.

Revision as of 14:12, 20 May 2022

Install Soap module for PHP 5

Debian:

  1. apt-get install php5-soap


Centos: Download and install soap

 yum install php-soap

For Windows 1) Locate php.ini e.g. 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.