Actions
Feature #93163
closedAdd polyfills for PHP 8
Start date:
2020-12-23
Due date:
% Done:
0%
Estimated time:
PHP Version:
7.4
Tags:
Complexity:
Sprint Focus:
Description
I would like to add https://packagist.org/packages/symfony/polyfill-php80 to the dependencys. That way users can already start using some PHP 8 features on PHP 7.4, which makes the transition easier later on. There are some nice functions in there like https://www.php.net/str_contains, https://www.php.net/fdiv and the Stringable interface.
Actions