MDL-22964 XML-RPC is now required. We need it for hub communication, and it's useful for web services and Moodle networking

This commit is contained in:
Martin Dougiamas
2010-06-28 07:47:47 +00:00
parent 034b502f25
commit 8ad590c2cb
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -252,9 +252,9 @@
<ON_CHECK message="tokenizerrecommended" />
</FEEDBACK>
</PHP_EXTENSION>
<PHP_EXTENSION name="xmlrpc" level="optional">
<PHP_EXTENSION name="xmlrpc" level="required">
<FEEDBACK>
<ON_CHECK message="xmlrpcrecommended" />
<ON_CHECK message="xmlrpcrequired" />
</FEEDBACK>
</PHP_EXTENSION>
<PHP_EXTENSION name="soap" level="optional">
+1 -1
View File
@@ -1032,7 +1032,7 @@ $string['verifychangedemail'] = 'Restrict domains when changing email';
$string['warningcurrentsetting'] = 'Invalid current value: {$a}';
$string['webproxy'] = 'Web proxy';
$string['webproxyinfo'] = 'Fill in following options if your Moodle server can not access internet directly. Internet access is required for download of environment data, language packs, RSS feeds, timezones, etc.<br /><em>PHP cURL extension is highly recommended.</em>';
$string['xmlrpcrecommended'] = 'Installing the optional xmlrpc extension is useful for Moodle Networking functionality.';
$string['xmlrpcrequired'] = 'The xmlrpc extension is needed for hub communication, and useful for web services and Moodle networking';
$string['xmlstrictheaders'] = 'XML strict headers';
$string['yuicomboloading'] = 'YUI combo loading';
$string['ziprequired'] = 'The Zip PHP extension is now required by Moodle, info-ZIP binaries or PclZip library are not used anymore.';