From fa145fa9fee80e1058f2f3b98cc8d7d3d70fc780 Mon Sep 17 00:00:00 2001 From: Herman van Rink <rink@initfour.nl> Date: Wed, 2 May 2018 15:53:34 +0200 Subject: [PATCH] Issue #2962836 by colan, helmo: The each() function is deprecated in PHP 7.2 --- aegir-release.make | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aegir-release.make b/aegir-release.make index 86d4e0b8f..de8cb52ae 100644 --- a/aegir-release.make +++ b/aegir-release.make @@ -3,6 +3,10 @@ api = 2 ; This makefile fetches the latest release of Drupal from Drupal.org. projects[drupal][type] = "core" +projects[drupal][version] = 7.59 + +; Function each() is deprecated since PHP 7.2; https://www.drupal.org/project/drupal/issues/2925449 +projects[drupal][patch][2925449] = "https://www.drupal.org/files/issues/2018-04-08/deprecated_each2925449-106.patch" ; The release.sh script updates the version of hostmaster. projects[hostmaster][type] = "profile" -- GitLab