[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 76f51a: Use tryQuery instead of query to handle errors

Michal Čihař michal at cihar.com
Mon Aug 21 11:48:03 CEST 2017


  Branch: refs/heads/QA_4_7
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 76f51a1ffbbf430354715822521caaf9f4caa815
      https://github.com/phpmyadmin/phpmyadmin/commit/76f51a1ffbbf430354715822521caaf9f4caa815
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-08-21 (Mon, 21 Aug 2017)

  Changed paths:
    M libraries/plugins/export/ExportSql.php

  Log Message:
  -----------
  Use tryQuery instead of query to handle errors

We really do not want to end up in mysql_die here as we could have sent
some output already.

Fixes #13600

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: 3c79eb6cdbc88d64a91f8be621bb69f27c4b4c5f
      https://github.com/phpmyadmin/phpmyadmin/commit/3c79eb6cdbc88d64a91f8be621bb69f27c4b4c5f
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-08-21 (Mon, 21 Aug 2017)

  Changed paths:
    M libraries/Error.php

  Log Message:
  -----------
  Better handle situation where debug_backtrace is disabled

Fixes #13599

Signed-off-by: Michal Čihař <michal at cihar.com>


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/86f2ed6a7691...3c79eb6cdbc8


More information about the Git mailing list