From 985c2dededc90abb8af25cddda8d767d95480809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no> Date: Wed, 21 Jun 2017 10:52:30 +0200 Subject: [PATCH] Update upgrade notes for SimpleSAMLphp 1.14.x. --- docs/simplesamlphp-upgrade-notes-1.14.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/simplesamlphp-upgrade-notes-1.14.md b/docs/simplesamlphp-upgrade-notes-1.14.md index dc7eda6b4..9931225c4 100644 --- a/docs/simplesamlphp-upgrade-notes-1.14.md +++ b/docs/simplesamlphp-upgrade-notes-1.14.md @@ -5,6 +5,8 @@ The `mcrypt` extension is no longer required by SimpleSAMLphp, so if no signatur can be skipped. It is still a requirement for `xmlseclibs` though, so for those verifying or creating signed documents, or using encryption, it is still needed. +The `mbstring` extension is now required starting on SimpleSAMLphp 1.14.12. + PHP session cookies are now set to HTTP-only by default. This relates to the `session.phpsession.httponly` configuration option. -- GitLab