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

admin/environment/php extension/xmlrpc

From MoodleDocs
Revision as of 02:02, 16 February 2008 by Anthony Borrow (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 Unix

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