constant DRUPAL_MINIMUM_PHP

Minimum supported version of PHP.

4 uses of DRUPAL_MINIMUM_PHP
hook_requirements in drupal/core/modules/system/system.api.php
Check installation requirements and do status reporting.
install_profile_info in drupal/core/includes/install.inc
Retrieves information about an installation profile from its .info file.
_system_rebuild_module_data in drupal/core/modules/system/system.module
Helper function to scan and collect module .info data.
_system_rebuild_theme_data in drupal/core/modules/system/system.module
Helper function to scan and collect theme .info data and their engines.

File

drupal/core/includes/bootstrap.inc, line 35
Functions that need to be loaded on every Drupal request.

Code

const DRUPAL_MINIMUM_PHP = '5.3.5';