[Phpmyadmin-git] [phpmyadmin/phpmyadmin] d9cbf2: Fix default port to null for hhvm

Michal Čihař michal at cihar.com
Fri Jul 25 07:21:42 CEST 2014


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: d9cbf2664c77c52fd7b334a67798d31e3b8e99e4
      https://github.com/phpmyadmin/phpmyadmin/commit/d9cbf2664c77c52fd7b334a67798d31e3b8e99e4
  Author: Tim Siebels <tim_siebels_aurich at yahoo.de>
  Date:   2014-07-24 (Thu, 24 Jul 2014)

  Changed paths:
    M libraries/DatabaseInterface.class.php
    M libraries/dbi/DBIMysql.class.php

  Log Message:
  -----------
  Fix default port to null for hhvm

HHVM doesn't allow false to be passed as port to mysqli_real_connect.
It only allows a nullable integer until ZendParamMode is finished.

See facebook/hhvm#1817

Signed-off-by: Tim Siebels <tim_siebels_aurich at yahoo.de>


  Commit: adb9ab921e82d1183482b9232dee78e84204531e
      https://github.com/phpmyadmin/phpmyadmin/commit/adb9ab921e82d1183482b9232dee78e84204531e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-07-25 (Fri, 25 Jul 2014)

  Changed paths:
    M libraries/DatabaseInterface.class.php
    M libraries/dbi/DBIMysql.class.php

  Log Message:
  -----------
  Merge pull request #1299 from SiebelsTim/fix-hhvm-serverport

Fix default port to null for hhvm


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/484a85a51b16...adb9ab921e82


More information about the Git mailing list