-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 8.1 support #4386
PHP 8.1 support #4386
Conversation
Support for PHP 8.1 would be great. |
Previous build failed on: ``` Run echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV shell: /usr/bin/bash -e {0} env: extensions: curl, cubrid, mbstring, memcached, dom, intl, json, libxml, pdo, pdo_mysql, pdo_pgsql, pdo_sqlite, xml, xmlwriter, mcrypt key-php5: cache-v1 key-php7: cache-v2 PHP Deprecated: Return type of Symfony\Component\Console\Helper\HelperSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/HelperSet.php on line 112 Deprecation Notice: Return type of Composer\Repository\ArrayRepository::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///usr/local/bin/composer/src/Composer/Repository/ArrayRepository.php:206 Deprecation Notice: Return type of Composer\Repository\ArrayRepository::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///usr/local/bin/composer/src/Composer/Repository/ArrayRepository.php:206 Deprecation Notice: Return type of Composer\Repository\ArrayRepository::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///usr/local/bin/composer/src/Composer/Repository/ArrayRepository.php:206 Error: Unable to process file command 'env' successfully. Error: Invalid environment variable format 'Deprecated: Return type of Symfony\Component\Console\Helper\HelperSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/HelperSet.php on line 112' ```
219b55a
to
825b3b4
Compare
…ion" for log time in log files
…ng is deprecated" (ported from yiisoft/yii2#19041)
…oser v2" This reverts commit 5217f5f.
@marcovtwout @samdark as the only checkbox left mentions ezyang/htmlpurifier#311, which was fixed by ezyang/htmlpurifier#310 but not closed, i assume this PR is not blocked anymore. It would be great if you could confirm and merge this PR so we can use Yii with PHP 8.1, thanks! |
@mashb1t Still waiting on a tagged release for htmlpurifier (ezyang/htmlpurifier#311 (comment)), so I can then incorporate it into this PR and finish it. |
…lease (no stable release available yet that includes ezyang/htmlpurifier#311)
Since there is no stable release for htmlpurifier with 8.1 support I created a manual build of the appropiate dev version. If someone would like to verify it works I will merge this PR! |
There finally is a new tagged htmlpurifier release, I'll add that before next release. |
Htmlpurifier 4.15.0 added to master: bcb461e |
List of issues:
Please list additional issues found in #4385