[phpMyAdmin Git] [phpmyadmin/sql-parser] 073543: Use mb_strlen(8bit) to get length in bytes

Michal Čihař michal at cihar.com
Tue Jan 3 13:41:31 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: 0735432a80ceade3518ec13c1ba0814c7118f66e
      https://github.com/phpmyadmin/sql-parser/commit/0735432a80ceade3518ec13c1ba0814c7118f66e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-01-03 (Tue, 03 Jan 2017)

  Changed paths:
    M src/UtfString.php

  Log Message:
  -----------
  Use mb_strlen(8bit) to get length in bytes

The strlen might be messed up by mbstring overloading.

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


  Commit: 082a1fad6c64f455ac42698cb9c7a08f0347a2c0
      https://github.com/phpmyadmin/sql-parser/commit/082a1fad6c64f455ac42698cb9c7a08f0347a2c0
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-01-03 (Tue, 03 Jan 2017)

  Changed paths:
    M tests/Components/Array2dTest.php

  Log Message:
  -----------
  Add some missing assertions

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


Compare: https://github.com/phpmyadmin/sql-parser/compare/4aadd25334b9...082a1fad6c64


More information about the Git mailing list