]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-15349, in moodle 2.0, curl lib is required"
authordongsheng <dongsheng>
Mon, 30 Jun 2008 11:12:23 +0000 (11:12 +0000)
committerdongsheng <dongsheng>
Mon, 30 Jun 2008 11:12:23 +0000 (11:12 +0000)
admin/environment.xml
install/lang/en_utf8/installer.php
lang/en_utf8/admin.php

index a189c3c77f6db283ec6a9f91c01c7b2e3b533838..721f103ab20f1208981cadf8bcba5f384637a60a 100644 (file)
           <ON_CHECK message="mbstringrecommended" />
         </FEEDBACK>
       </PHP_EXTENSION>
-      <PHP_EXTENSION name="curl" level="optional">
+      <PHP_EXTENSION name="curl" level="required">
         <FEEDBACK>
-          <ON_CHECK message="curlrecommended" />
+          <ON_CHECK message="curlrequired" />
         </FEEDBACK>
       </PHP_EXTENSION>
       <PHP_EXTENSION name="openssl" level="optional">
index 26f74afa6efe6cafd68cfae08409a1ab383b9c7d..086da435239d9728ff8fb922b039f87c7f27bb45 100644 (file)
@@ -68,6 +68,7 @@ $string['creatingconfigfile'] =' Creating configuration file ...';
 $string['ctyperecommended'] = 'Installing the optional ctype PHP extension is highly recommended in order to improve site performance, particularly if your site is supporting non-latin languages.';
 $string['ctyperequired'] = 'The ctype PHP extension is now required by Moodle, in order to improve site performance and to offer multilingual compatibility.';
 $string['curlrecommended'] = 'Installing the optional cURL library is highly recommended in order to enable Moodle Networking functionality.';
+$string['curlrequired'] = 'The cURL PHP extension is now required by Moodle, in order to commnunicate with Moodle repositories.';
 $string['customcheck'] = 'Other Checks';
 $string['database'] = 'Database';
 $string['databasecreationsettings'] = 'Now you need to configure the database settings where most Moodle data
index b433f38b1ac3cbe92ff509b06db7b79da8027357..1aac00bd701818b3399fcecc0eadf260d1cefec7 100644 (file)
@@ -263,6 +263,7 @@ $string['ctyperecommended'] = 'Installing the optional ctype PHP extension is hi
 $string['ctyperequired'] = 'The ctype PHP extension is now required by Moodle, in order to improve site performance and to offer multilingual compatibility.';
 $string['csvdelimiter'] = 'CSV delimiter';
 $string['curlrecommended'] = 'Installing the optional cURL library is highly recommended in order to enable Moodle Networking functionality.';
+$string['curlrequired'] = 'The cURL PHP extension is now required by Moodle, in order to commnunicate with Moodle repositories.';
 $string['customcheck'] = 'Other Checks';
 $string['datarootsecuritywarning'] = 'Your site configuration might not be secure. Please make sure that your dataroot directory ($a) is not directly accessible via web.';
 $string['dbmigrate'] = 'Moodle Database Migration';