Branch: refs/heads/QA_4_6 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 73499a5e56a5d9fe1f0fa752dd38feee89b1ee65 https://github.com/phpmyadmin/phpmyadmin/commit/73499a5e56a5d9fe1f0fa752dd38... Author: Michal Čihař michal@cihar.com Date: 2016-12-13 (Tue, 13 Dec 2016)
Changed paths: M libraries/Util.php M libraries/core.lib.php
Log Message: ----------- Do not delete session on fatal error
I see no reason why this should be done, the fatal error is used in following cases:
* Very early when there is no session (eg. missing extension) * Invalid value for parameters * Invalid invocation like too big request
In neither case session removal will do any good.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 2557709949398c560455b53816f29ea5890c52aa https://github.com/phpmyadmin/phpmyadmin/commit/2557709949398c560455b53816f2... Author: Michal Čihař michal@cihar.com Date: 2016-12-19 (Mon, 19 Dec 2016)
Changed paths: M libraries/Util.php M libraries/core.lib.php
Log Message: ----------- Merge pull request #12807 from nijel/cookie-fatal
Do not delete session on fatal error
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/7d361806c353...255770994939