DRUPAL_RECOMMENDED_PHP
Same name in other branches
- 9 core/includes/bootstrap.inc \DRUPAL_RECOMMENDED_PHP
Minimum recommended version of PHP.
Sites installing Drupal on PHP versions lower than this will see a warning message, but Drupal can still be installed. Used for (e.g.) PHP versions that have reached their EOL or will in the near future.
@todo Move this to an appropriate autoloadable class. See https://www.drupal.org/project/drupal/issues/2908079
1 use of DRUPAL_RECOMMENDED_PHP
- system_requirements in core/
modules/ system/ system.install - Implements hook_requirements().
File
-
core/
includes/ bootstrap.inc, line 63
Code
const DRUPAL_RECOMMENDED_PHP = '7.3';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.