[phpMyAdmin Git] [phpmyadmin/phpmyadmin] d67fac: Avoid storing objects in session when debugging SQ...
Michal Čihař
michal at cihar.com
Wed May 11 15:03:35 CEST 2016
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: d67facb641b1ad2a3128f1e53f66790b5274a0c5
https://github.com/phpmyadmin/phpmyadmin/commit/d67facb641b1ad2a3128f1e53f66790b5274a0c5
Author: Michal Čihař <michal at cihar.com>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
M ChangeLog
M libraries/DatabaseInterface.php
Log Message:
-----------
Avoid storing objects in session when debugging SQL
When $cfg['DBG']['sql'] is enabled, we used to store full backtrace in
session. This includes DBI objects which then can cause problems on
session start.
Issue #12229
Signed-off-by: Michal Čihař <michal at cihar.com>
Commit: e52cf14ae73e6ece25f3ef37f2aab096da0fefe0
https://github.com/phpmyadmin/phpmyadmin/commit/e52cf14ae73e6ece25f3ef37f2aab096da0fefe0
Author: Michal Čihař <michal at cihar.com>
Date: 2016-05-11 (Wed, 11 May 2016)
Changed paths:
M ChangeLog
M libraries/DatabaseInterface.php
Log Message:
-----------
Merge branch 'QA_4_6'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/ea1693da036d...e52cf14ae73e
More information about the Git
mailing list