DRUPAL_MINIMUM_PHP

in includes/bootstrap.inc

Minimum supported version of PHP.

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