constant DRUPAL_MINIMUM_PHP

Minimum supported version of PHP.

5 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.yml file.
system_requirements in drupal/core/modules/system/system.install
Test and report Drupal installation requirements.
_system_rebuild_module_data in drupal/core/modules/system/system.module
Helper function to scan and collect module .info.yml data.
_system_rebuild_theme_data in drupal/core/modules/system/system.module
Helper function to scan and collect theme .info.yml data and their engines.

File

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

Code

const DRUPAL_MINIMUM_PHP = '5.3.10';