From 2867b1161bd96eb1b42a8db0c3a1d7fe9861b177 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Mon, 30 Jun 2008 11:12:23 +0000 Subject: [PATCH] "MDL-15349, in moodle 2.0, curl lib is required" --- admin/environment.xml | 4 ++-- install/lang/en_utf8/installer.php | 1 + lang/en_utf8/admin.php | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/admin/environment.xml b/admin/environment.xml index a189c3c77f..721f103ab2 100644 --- a/admin/environment.xml +++ b/admin/environment.xml @@ -229,9 +229,9 @@ - + - + diff --git a/install/lang/en_utf8/installer.php b/install/lang/en_utf8/installer.php index 26f74afa6e..086da43523 100644 --- a/install/lang/en_utf8/installer.php +++ b/install/lang/en_utf8/installer.php @@ -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 diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index b433f38b1a..1aac00bd70 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -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'; -- 2.39.5