[phpMyAdmin Git] [phpmyadmin/phpmyadmin] c32869: Do not use mb_strlen result for string indexes

Michal Čihař michal at cihar.com
Fri Jul 29 13:58:17 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: c328697e39e56957d66e75de62ce610a90259e76
      https://github.com/phpmyadmin/phpmyadmin/commit/c328697e39e56957d66e75de62ce610a90259e76
  Author: Michal Čihař <michal at cihar.com>
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
    M examples/openid.php
    M libraries/server_status_monitor.lib.php
    M libraries/transformations.lib.php

  Log Message:
  -----------
  Do not use mb_strlen result for string indexes

The string indexes are in bytes, while mb_strlen counts chars.

Issue #12397

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




More information about the Git mailing list