[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 66c0fb: Simplify SSL setup

Michal Čihař michal at cihar.com
Wed Apr 6 13:51:26 CEST 2016


  Branch: refs/heads/QA_4_6
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 66c0fbd6319e639b0ae752e2d0d292773c00bc7b
      https://github.com/phpmyadmin/phpmyadmin/commit/66c0fbd6319e639b0ae752e2d0d292773c00bc7b
  Author: Michal Čihař <michal at cihar.com>
  Date:   2016-04-05 (Tue, 05 Apr 2016)

  Changed paths:
    M libraries/dbi/DBIMysqli.php

  Log Message:
  -----------
  Simplify SSL setup

Simplify setup to follow current PHP documentation:

- the MYSQLI_CLIENT_SSL flag should not be needed
- there is mysqli_option flag to turn of certificate verification
- remove check for defined constants, all should be there in PHP
  versions we support

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


  Commit: 7413208ce723d7d1c315a70b8789de91b0c202f8
      https://github.com/phpmyadmin/phpmyadmin/commit/7413208ce723d7d1c315a70b8789de91b0c202f8
  Author: Michal Čihař <michal at cihar.com>
  Date:   2016-04-06 (Wed, 06 Apr 2016)

  Changed paths:
    M libraries/dbi/DBIMysqli.php

  Log Message:
  -----------
  Merge pull request #12157 from nijel/ssl

Simplify SSL setup


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/73278068a975...7413208ce723


More information about the Git mailing list