admin/environment/php extension/soap

Från MoodleDocs
Version från den 20 maj 2022 kl. 14.12 av Tim Bahula 2 (diskussion | bidrag) (Install Soap module for PHP 5: clean up, typos fixed: apache → Apache, eg → e.g.)
(skillnad) ← Äldre version | Nuvarande version (skillnad) | Nyare version → (skillnad)
Hoppa till:navigering, sök

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.