From 759b2c9e8a510c84f852d1455f2a8382994c2b17 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Mon, 26 Aug 2019 17:32:17 +0200 Subject: [PATCH] Add upgrade notes --- docs/simplesamlphp-upgrade-notes-1.18.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/simplesamlphp-upgrade-notes-1.18.md b/docs/simplesamlphp-upgrade-notes-1.18.md index 515ede778..02daff43d 100644 --- a/docs/simplesamlphp-upgrade-notes-1.18.md +++ b/docs/simplesamlphp-upgrade-notes-1.18.md @@ -4,4 +4,11 @@ Upgrade notes for SimpleSAMLphp 1.18 The minimum PHP version required is now PHP 5.6. The use of the PHP Memcache-extension was deprecated in favour of the Memcached-extension. +In order to keep using Memcache-functionality you have to move to the PHP Memchached-extension, + which is available from PECL; see https://pecl.php.net/package/memcached + There are a few options here: + - Depending on your distribution, the package may just be available to install + - You could use the package from the REMI-repository if you're on RHEL; https://rpms.remirepo.net/ + - Download the source from https://pecl.php.net/package/memcached and compile the source as a PHP-extension manually; + https://www.php.net/manual/en/install.pecl.phpize.php -- GitLab