From e8903168997da2eef64adf92c94eced41181c596 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Tue, 17 Aug 2010 10:38:34 +0000 Subject: [PATCH] PHP4 is dead - admins with PHP4 will get ugly errors when trying to install Moodle 2.0, sorry we can not dance around this ancient version forever --- install.php | 1 - 1 file changed, 1 deletion(-) diff --git a/install.php b/install.php index 884f71f5b5..10558641c1 100644 --- a/install.php +++ b/install.php @@ -452,7 +452,6 @@ get_string('databasetypehead', 'install'), get_string('databasetypesub', 'install')); - // TODO: move this PHP5 code to lib/installib.php so that this file parses in PHP4 $databases = array('mysqli' => moodle_database::get_driver_instance('mysqli', 'native'), 'pgsql' => moodle_database::get_driver_instance('pgsql', 'native'), 'oci' => moodle_database::get_driver_instance('oci', 'native'),