From 010b586434daf5d0632ad3733f94e11c32430d29 Mon Sep 17 00:00:00 2001 From: catch Date: Sun, 5 Oct 2014 18:13:59 +0200 Subject: [PATCH] Revert "Issue #2267551 by catch | tim.plunkett: PHP 5.4.5 needed to avoid zend failure when using autoloaded traits." This reverts commit 8d97ffff06e643d0508be610284bed57bdbf53df. --- core/includes/bootstrap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index a8bedd5632a9..6b199ec6c65f 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -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.