constant DRUPAL_MINIMUM_PHP in Drupal 6
Same name and namespace in other branches
- 8 core/includes/bootstrap.inc \DRUPAL_MINIMUM_PHP
- 5 modules/system/system.install \DRUPAL_MINIMUM_PHP
- 7 includes/bootstrap.inc \DRUPAL_MINIMUM_PHP
- 9 core/includes/bootstrap.inc \DRUPAL_MINIMUM_PHP
Minimum supported version of PHP.
3 uses of DRUPAL_MINIMUM_PHP
- module_rebuild_cache in includes/
module.inc - Rebuild the database cache of module files.
- system_requirements in modules/
system/ system.install - Implementation of hook_requirements().
- system_theme_default in modules/
system/ system.module - Prepare defaults for themes.
File
- modules/
system/ system.module, line 21 - Configuration system that lets administrators modify the workings of the site.
Code
define('DRUPAL_MINIMUM_PHP', '4.3.5');