]> source.dussan.org Git - nextcloud-server.git/commit
Forward port of #5190 to stable12 5422/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 31 May 2017 10:15:06 +0000 (12:15 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Thu, 15 Jun 2017 09:18:22 +0000 (11:18 +0200)
commit2ffdfeec283b63d020a5161e962743b4bb0ea4d6
treea50cb86f1d5a484244054121c13a9c586866c41b
parentaeb80e0f57c665f865cd1a15c64460e4a7802568
Forward port of #5190 to stable12

Treat PHP Errors on User session regenerate

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
remove unnecessary lines…

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
change PHP errors to ErrorException in the session (PHP >=7)

Otherwise it might be that authentication apps are being disabled on
during operation while in fact the session handler has hiccup.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
lib/private/Session/Internal.php