Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: d67facb641b1ad2a3128f1e53f66790b5274a0c5
      
https://github.com/phpmyadmin/phpmyadmin/commit/d67facb641b1ad2a3128f1e53f66790b5274a0c5
  Author: Michal Čihař <mic...@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ř <mic...@cihar.com>


  Commit: e52cf14ae73e6ece25f3ef37f2aab096da0fefe0
      
https://github.com/phpmyadmin/phpmyadmin/commit/e52cf14ae73e6ece25f3ef37f2aab096da0fefe0
  Author: Michal Čihař <mic...@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
_______________________________________________
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git

Reply via email to