MDL-15928 switched to zip PHP extensions in HEAD - adding to env test

This commit is contained in:
skodak
2008-08-04 16:46:03 +00:00
parent 3da5676e18
commit cc22d069c7
3 changed files with 7 additions and 0 deletions
+5
View File
@@ -264,6 +264,11 @@
<ON_ERROR message="ctyperequired" />
</FEEDBACK>
</PHP_EXTENSION>
<PHP_EXTENSION name="zip" level="required">
<FEEDBACK>
<ON_ERROR message="ziprequired" />
</FEEDBACK>
</PHP_EXTENSION>
</PHP_EXTENSIONS>
<CUSTOM_CHECKS>
<CUSTOM_CHECK file="question/upgrade.php" function="question_check_no_rqp_questions" level="optional">
+1
View File
@@ -163,3 +163,4 @@ wrongzipfilename
wwwroot
wwwrooterror
xmlrpcrecommended
ziprequired
+1
View File
@@ -767,5 +767,6 @@ $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['xmlstrictheaders'] = 'XML strict headers';
$string['ziprequired'] = 'The Zip PHP extension is now required by Moodle, info-ZIP binaries or PclZip library are not used anymore.';
?>