- Bumping the minimum MySQL requirement to MySQL 4.

6.x
Dries Buytaert 2007-01-18 20:30:33 +00:00
parent 134df3e5fd
commit 107b456d23
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
// $Id$
define('DRUPAL_MINIMUM_PHP', '4.3.3');
define('DRUPAL_MINIMUM_MYSQL', '3.23.17'); // If using MySQL
define('DRUPAL_MINIMUM_PGSQL', '7.3'); // If using PostgreSQL
define('DRUPAL_MINIMUM_APACHE', '1.3'); // If using Apache
define('DRUPAL_MINIMUM_MYSQL', '4.0.0'); // If using MySQL
define('DRUPAL_MINIMUM_PGSQL', '7.3'); // If using PostgreSQL
define('DRUPAL_MINIMUM_APACHE', '1.3'); // If using Apache
/**
* Test and report Drupal installation requirements.