Note: You are currently viewing documentation for Moodle 3.9. 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
(category, stub template)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
See MDL-20885.
{{Environment}}
== Install Soap module for PHP 5 ==
 
'''Debian:'''
 
#apt-get install php5-soap
 
 
'''Centos:'''
Download and install soap
 
  yum install php-soap


{{stub}}
{{stub}}


[[Category:Environment|PHP]]
[[Category:Environment|PHP]]
[[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.

Latest revision as of 18:02, 16 December 2017

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 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.