
Branch: refs/heads/master Home: https://github.com/phpmyadmin/sql-parser Commit: 77523c621d1b6cc80d2d18f8c98db5dbde1a83aa https://github.com/phpmyadmin/sql-parser/commit/77523c621d1b6cc80d2d18f8c98d... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2021-12-29 (Wed, 12 December 2021) -03:00 Changed paths: M composer.json M psalm-baseline.xml M src/Component.php M src/Context.php M src/Lexer.php M src/Statement.php M src/Tools/TestGenerator.php M src/UtfString.php M src/Utils/Formatter.php M tests/TestCase.php Log Message: ----------- Add PHP 8.0 polyfill Adds support for Stringable interface and str_starts_with, str_ends_with and str_contains functions. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: e2a84a812776fed11bbd948f7dd4d2c2fecad7fe https://github.com/phpmyadmin/sql-parser/commit/e2a84a812776fed11bbd948f7dd4... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2021-12-29 (Wed, 12 December 2021) -03:00 Changed paths: M composer.json M src/Component.php M src/Context.php M src/Lexer.php M src/Statement.php M src/Tools/TestGenerator.php M src/UtfString.php M src/Utils/Formatter.php M tests/TestCase.php Log Message: ----------- Merge pull request #364 from mauriciofauth/php80-polyfill Add PHP 8.0 polyfill