[phpMyAdmin Git] [phpmyadmin/sql-parser] 77523c: Add PHP 8.0 polyfill

Maurício Meneghini Fauth mauricio at fauth.dev
Thu Dec 30 00:33:53 CET 2021


Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 77523c621d1b6cc80d2d18f8c98db5dbde1a83aa
https://github.com/phpmyadmin/sql-parser/commit/77523c621d1b6cc80d2d18f8c98db5dbde1a83aa
Author: Maurício Meneghini Fauth <mauricio at 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 at fauth.dev>

Commit: e2a84a812776fed11bbd948f7dd4d2c2fecad7fe
https://github.com/phpmyadmin/sql-parser/commit/e2a84a812776fed11bbd948f7dd4d2c2fecad7fe
Author: Maurício Meneghini Fauth <mauricio at 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



More information about the Git mailing list