Skip to content

Commit

Permalink
PHP4 is dead - admins with PHP4 will get ugly errors when trying to i…
Browse files Browse the repository at this point in the history
…nstall Moodle 2.0, sorry we can not dance around this ancient version forever
  • Loading branch information
skodak committed Aug 17, 2010
1 parent cbb54cc commit e890316
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit e890316

Please sign in to comment.