You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason for this is that it assumes the existance of the Memcache class. Memcache is totally not ready for showtime on PHP7, whereas its sister Memcached is. Currently, Memcached is not supported by SimpleSAMLphp.
Acquia does not have the Memcache class, which causes fatal errors if memcache is selected as a session storage when using PHP > 7.
Are we best to default to database in the simplesaml template or keep the defaults and write some documentation on the simplesaml page to ensure unwitting teams don't get caught short?
The text was updated successfully, but these errors were encountered:
As discovered here: simplesamlphp/simplesamlphp#395 the SimpleSAMLphp library doesn't integrate well with memcache on PHP7.
The reason for this is that it assumes the existance of the Memcache class. Memcache is totally not ready for showtime on PHP7, whereas its sister Memcached is. Currently, Memcached is not supported by SimpleSAMLphp.
Acquia does not have the Memcache class, which causes fatal errors if memcache is selected as a session storage when using PHP > 7.
Are we best to default to database in the simplesaml template or keep the defaults and write some documentation on the simplesaml page to ensure unwitting teams don't get caught short?
The text was updated successfully, but these errors were encountered: