diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-10-30 22:33:35 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-10-30 22:33:35 +0000 |
commit | 745b5b034c70ceceb77eba2be992d9ea5e4e7a32 (patch) | |
tree | f86fea4a772a2d88e39424e6bfcd01fcce506cd3 /modules/system/system.module | |
parent | 1b8342019318f3fde4183d3d69fa29d8bdc4bc56 (diff) | |
download | brdo-745b5b034c70ceceb77eba2be992d9ea5e4e7a32.tar.gz brdo-745b5b034c70ceceb77eba2be992d9ea5e4e7a32.tar.bz2 |
- Patch #618938 by pwolanin: fixed Drupal version is not being available until the end of bootstrap.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 41971c0eb..c7be27e97 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -7,36 +7,6 @@ */ /** - * The current system version. - */ -define('VERSION', '7.0-dev'); - -/** - * Core API compatibility. - */ -define('DRUPAL_CORE_COMPATIBILITY', '7.x'); - -/** - * Minimum supported version of PHP. - */ -define('DRUPAL_MINIMUM_PHP', '5.2.0'); - -/** - * Minimum recommended value of PHP memory_limit. - */ -define('DRUPAL_MINIMUM_PHP_MEMORY_LIMIT', '16M'); - -/** - * Minimum supported version of MySQL, if it is used. - */ -define('DRUPAL_MINIMUM_MYSQL', '5.0'); - -/** - * Minimum supported version of PostgreSQL, if it is used. - */ -define('DRUPAL_MINIMUM_PGSQL', '8.3'); - -/** * Maximum age of temporary files in seconds. */ define('DRUPAL_MAXIMUM_TEMP_FILE_AGE', 21600); |