- Patch #105853 by killes: move minumum version defines.

6.x
Dries Buytaert 2007-03-26 06:48:36 +00:00
parent d2deb00846
commit f2ca29071f
1 changed files with 0 additions and 5 deletions

View File

@ -1,11 +1,6 @@
<?php
// $Id$
define('DRUPAL_MINIMUM_PHP', '4.3.3');
define('DRUPAL_MINIMUM_MYSQL', '4.1.0'); // If using MySQL
define('DRUPAL_MINIMUM_PGSQL', '7.4'); // If using PostgreSQL
define('DRUPAL_MINIMUM_APACHE', '1.3'); // If using Apache
/**
* Test and report Drupal installation requirements.
*/