Issue #1751100 by chx, jerdavis: Bump minimum version of php required to 5.3.5.

8.0.x
catch 2012-10-01 11:41:45 +01:00
parent 17db0ac2bb
commit c37ef76d66
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ const DRUPAL_CORE_COMPATIBILITY = '8.x';
/** /**
* Minimum supported version of PHP. * Minimum supported version of PHP.
*/ */
const DRUPAL_MINIMUM_PHP = '5.3.3'; const DRUPAL_MINIMUM_PHP = '5.3.5';
/** /**
* Minimum recommended value of PHP memory_limit. * Minimum recommended value of PHP memory_limit.