DRUPAL_MINIMUM_PHP

  1. drupal
    1. 5 modules/system/system.install
    2. 6 modules/system/system.module
    3. 7 includes/bootstrap.inc
    4. 8 core/includes/bootstrap.inc

Minimum supported version of PHP.

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')
Login or register to post comments