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

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

From MoodleDocs
(replace useless text with link to tracker issue MDL-20885)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
See MDL-20885
{{Environment}}
== Install Soap module for PHP 5 ==
 
'''Centos:'''
Download and install soap
 
  yum install php-soap
 
== Install Soap module for PHP 7 ==
 
'''Centos:'''
Download and install soap
 
  yum install php70-soap
 
{{stub}}
 
[[Category:Environment|PHP]]
 
[[es:admin/environment/php extension/soap]]

Latest revision as of 11:03, 11 May 2017

Install Soap module for PHP 5

Centos: Download and install soap

 yum install php-soap

Install Soap module for PHP 7

Centos: Download and install soap

 yum install php70-soap