From cc22d069c7615d6d13bb2f9369a5a2c7edaa2f8a Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 4 Aug 2008 16:46:03 +0000 Subject: [PATCH] MDL-15928 switched to zip PHP extensions in HEAD - adding to env test --- admin/environment.xml | 5 +++++ install/stringnames.txt | 1 + lang/en_utf8/admin.php | 1 + 3 files changed, 7 insertions(+) diff --git a/admin/environment.xml b/admin/environment.xml index 3c165eecba2..6ec4e9c9863 100644 --- a/admin/environment.xml +++ b/admin/environment.xml @@ -264,6 +264,11 @@ + + + + + diff --git a/install/stringnames.txt b/install/stringnames.txt index 048848bb576..15bf25b1b22 100644 --- a/install/stringnames.txt +++ b/install/stringnames.txt @@ -163,3 +163,4 @@ wrongzipfilename wwwroot wwwrooterror xmlrpcrecommended +ziprequired diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index ce018fc5022..140ec7d0ff1 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -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.
PHP cURL extension is highly recommended.'; $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.'; ?>