Revert "Issue #2267551 by catch | tim.plunkett: PHP 5.4.5 needed to avoid zend failure when using autoloaded traits."

This reverts commit 8d97ffff06.
8.0.x
catch 2014-10-05 18:13:59 +02:00
parent 7e02386586
commit 010b586434
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ use Drupal\Core\Language\LanguageInterface;
/**
* Minimum supported version of PHP.
*/
const DRUPAL_MINIMUM_PHP = '5.4.5';
const DRUPAL_MINIMUM_PHP = '5.4.2';
/**
* Minimum recommended value of PHP memory_limit.