Reviewed: https://reviews.mahara.org/9042 Committed: https://git.mahara.org/mahara/mahara/commit/d2bab9b8116e0122a43b115743d50152958b107c Submitter: Robert Lyon ([email protected]) Branch: master
commit d2bab9b8116e0122a43b115743d50152958b107c Author: Rebecca Blundell <[email protected]> Date: Fri Aug 3 14:35:39 2018 +1200 Bug 1774106: Upgrade SAML for PHP 7.2 The issue is that assert() with a string arg is deprecated. The patch that fixes this is currently a release candidate, which I have installed here to see if the patch works. Requiring people to use memcached, not memcache Removed checks for mcrypt, no longer required @TODO: Replace RC version with release version when it comes out. behatnotneeded Change-Id: I111b8cedeb3847ce585ebac0eb576107542a93a2 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1774106 Title: Upgrade 3rd party plugin simpleSAMLphp for php 7.2 Status in Mahara: Fix Committed Bug description: related to https://bugs.launchpad.net/mahara/+bug/1752743 Our current version of simpleSAMLphp has the deprecated function create_function. I'm not sure which version we are running, but I've checked the source code on the latest Github version which has updated this. https://simplesamlphp.org/download https://github.com/simplesamlphp/simplesamlphp To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1774106/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

