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

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

From MoodleDocs
No edit summary
m (added link to spanish translation of document)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Environment}}
To install the xmlrpc library on Windows
To install the xmlrpc library on Windows


Line 19: Line 20:




[[Category:Environment|php extension]]
[[Category:Environment|PHP extension]]
[[Category:MNET]]
[[Category:MNet|PHP]]
 
[[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

  1. Open the php.ini file found in the moodle/apache/bin folder
  2. Find the line: ;extension=php_xmlrpc.dll
  3. Remove the ; at the beginning of the line
  4. 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

  1. You need to recompile PHP from source
  2. add --with-xmlrpc to the command line when you run configure