admin/environment/php extension/xmlrpc: Difference between revisions
From MoodleDocs
Helen Foster (talk | contribs) environment template |
m added link to spanish translation of document |
||
| Line 24: | Line 24: | ||
[[fr:admin/environment/php extension/xmlrpc]] | [[fr:admin/environment/php extension/xmlrpc]] | ||
[[es:admin/environment/php extension/xmlrpc]] | |||
Latest revision as of 16:58, 5 July 2014
To install the xmlrpc library on Windows
- Open the php.ini file found in the moodle/apache/bin folder
- Find the line:
;extension=php_xmlrpc.dll - Remove the
;at the beginning of the line - Restart apache if necessary
To install the xmlrpc library on Linux/Unix
If you are using PHP as provided by the OS, you can just install the appropriate package, and restart apache:
- On Ubuntu and Debian, the command is: apt-get install php5-xmlrpc
- On RedHat, Fedora, CentOS and SuSE, the command is: yum install php-xmlrpc
If you compiled your PHP from source
- You need to recompile PHP from source
- add --with-xmlrpc to the command line when you run configure