DRUPAL_MINIMUM_PHP

Definition

modules/system/system.module

Description

Minimum supported version of PHP.

Code

<?php
define('DRUPAL_MINIMUM_PHP',    '5.2.0');
?>
 
 

Drupal is a registered trademark of Dries Buytaert.