From 8d97ffff06e643d0508be610284bed57bdbf53df Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Fri, 3 Oct 2014 11:47:25 +0200
Subject: [PATCH] Issue #2267551 by catch | tim.plunkett: PHP 5.4.5 needed to
 avoid zend failure when using autoloaded traits.

---
 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 c9ad780bf746..dc36c4526e5d 100644
--- a/core/includes/bootstrap.inc
+++ b/core/includes/bootstrap.inc
@@ -22,7 +22,7 @@
 /**
  * Minimum supported version of PHP.
  */
-const DRUPAL_MINIMUM_PHP = '5.4.2';
+const DRUPAL_MINIMUM_PHP = '5.4.5';
 
 /**
  * Minimum recommended value of PHP memory_limit.
-- 
GitLab