mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-3381 - Remove all remaining core calls to ctype_* functions in 1.9, and make ctype required for 2.0. (merge from 1.9)
This commit is contained in:
parent
5832a6f34b
commit
bbbfc0579f
5 changed files with 18 additions and 2 deletions
|
@ -65,6 +65,8 @@ $string['configurationcompletesub'] = 'Moodle made an attempt to save your confi
|
|||
$string['configurationfileexist']='Configuration file already exist!';
|
||||
$string['continue'] = 'Continue';
|
||||
$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['customcheck'] = 'Other Checks';
|
||||
$string['database'] = 'Database';
|
||||
|
|
|
@ -45,6 +45,8 @@ configurationcompletesub
|
|||
configurationfileexist
|
||||
continue
|
||||
creatingconfigfile
|
||||
ctyperecommended
|
||||
ctyperequired
|
||||
curlrecommended
|
||||
customcheck
|
||||
database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue