Skip to content

Commit

Permalink
MDL-18976 simplexml ext now marked as required, credit goes to Dan Po…
Browse files Browse the repository at this point in the history
…ltawski; backported from HEAD
  • Loading branch information
skodak committed Jun 3, 2009
1 parent c56ae5f commit 21896ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions admin/environment.xml
Expand Up @@ -272,6 +272,11 @@
<ON_CHECK message="gdrecommended" />
</FEEDBACK>
</PHP_EXTENSION>
<PHP_EXTENSION name="simplexml" level="required">
<FEEDBACK>
<ON_CHECK message="simplexmlrequired" />
</FEEDBACK>
</PHP_EXTENSION>
</PHP_EXTENSIONS>
<PHP_SETTINGS>
<PHP_SETTING name="memory_limit" value="40M" level="required">
Expand Down
1 change: 1 addition & 0 deletions lang/en_utf8/admin.php
Expand Up @@ -524,6 +524,7 @@
$string['sessiontimeout'] = 'Timeout';
$string['showblocksonmodpages'] = 'Show blocks on module pages';
$string['simpletest'] = 'Unit tests';
$string['simplexmlrequired'] = 'The SimpleXML PHP extension is now required by Moodle.';
$string['sitelangchanged'] = 'Site language setting changed successfully';
$string['sitemailcharset'] = 'Character set';
$string['sitemaintenance'] = 'The site is undergoing maintenance and is currently not available';
Expand Down

0 comments on commit 21896ac

Please sign in to comment.