Untested with PHP8?
-
I’m running my WP site on PHP 8.1.28 and, following an update to WP RSS Aggregator (to 4.23.8) my site is throwing deprecation warnings:
Deprecated: Return type of Twig\Node\Node::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/dave.org.uk/httpdocs/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Node.php on line 213
Deprecated: Return type of Twig\Node\Node::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/dave.org.uk/httpdocs/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Node.php on line 221
I see the plugin directory says it has been tested up to PHP 6.5.3 – but I don’t know anyone who uses a PHP that old.
Do you have plans to test the plugin with a recent version of PHP?
- The topic ‘Untested with PHP8?’ is closed to new replies.