[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 96f5f1: Add error checking in reading the advisory_rules f...

Deven Bansod devenbansod.bits at gmail.com
Thu Aug 25 20:33:45 CEST 2016


  Branch: refs/heads/QA_4_6
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 96f5f101cc6db57abaea88f4ff5015f1839a2c8e
      https://github.com/phpmyadmin/phpmyadmin/commit/96f5f101cc6db57abaea88f4ff5015f1839a2c8e
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
    M libraries/Advisor.php

  Log Message:
  -----------
  Add error checking in reading the advisory_rules file

If the file does not exist or if it is not readable by PHP, it can return FALSE.
In such cases, we should print a user-friendly message and return from parsing the rules file.

Fix #12476

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


  Commit: b3e7f10f2ed8949512b623cac4055de86fe368fc
      https://github.com/phpmyadmin/phpmyadmin/commit/b3e7f10f2ed8949512b623cac4055de86fe368fc
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
    M libraries/common.inc.php

  Log Message:
  -----------
  Check if the indices are present and map to a string value

Fix #12477

The indices may not be present in the json_decode result, or might not be strings

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


  Commit: d7181d1b5a35bf91053d74babf1a3cef666d894e
      https://github.com/phpmyadmin/phpmyadmin/commit/d7181d1b5a35bf91053d74babf1a3cef666d894e
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  ChangeLog entries for #12476 and #12477

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/d0b8281e84f3...d7181d1b5a35


More information about the Git mailing list