You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: During inheritance of IteratorAggregate: Uncaught ErrorException: Return type of Symfony\Component\Finder\Finder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///srv/zephir/vendor/symfony/finder/Finder.php:608
It works ok has a vender package in the phalcon project.
The script uses the latest zephir.phar downloadable form GitHub.
Probably the phar just needs to be rebuilt to fix this.
The text was updated successfully, but these errors were encountered:
issue while trying to build phalcon v5 on php 8.2
Fatal error: During inheritance of IteratorAggregate: Uncaught ErrorException: Return type of Symfony\Component\Finder\Finder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///srv/zephir/vendor/symfony/finder/Finder.php:608
It works ok has a vender package in the phalcon project.
The script uses the latest zephir.phar downloadable form GitHub.
Probably the phar just needs to be rebuilt to fix this.
The text was updated successfully, but these errors were encountered: