[phpMyAdmin Git] [phpmyadmin/sql-parser] ed8a27: Use strlen on strings instead of count

Michal Čihař michal at cihar.com
Wed Nov 30 12:10:29 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: ed8a27d716b4b111118eb4802276dd84b1450b98
      https://github.com/phpmyadmin/sql-parser/commit/ed8a27d716b4b111118eb4802276dd84b1450b98
  Author: Michal Čihař <michal at cihar.com>
  Date:   2016-11-30 (Wed, 30 Nov 2016)

  Changed paths:
    M src/Components/Expression.php
    M src/Statements/DeleteStatement.php
    M src/Statements/InsertStatement.php
    M src/Statements/ReplaceStatement.php

  Log Message:
  -----------
  Use strlen on strings instead of count

This fails in PHP 7.2

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


  Commit: fa440b9d416fab73688ff259dbb097e34d1c1fa3
      https://github.com/phpmyadmin/sql-parser/commit/fa440b9d416fab73688ff259dbb097e34d1c1fa3
  Author: Michal Čihař <michal at cihar.com>
  Date:   2016-11-30 (Wed, 30 Nov 2016)

  Changed paths:
    M src/Components/Expression.php
    M src/Statements/DeleteStatement.php
    M src/Statements/InsertStatement.php
    M src/Statements/ReplaceStatement.php

  Log Message:
  -----------
  Merge pull request #103 from nijel/php-7.2

PHP 7.2 fixes


Compare: https://github.com/phpmyadmin/sql-parser/compare/48acd1a27b4b...fa440b9d416f


More information about the Git mailing list