zephir icon indicating copy to clipboard operation
zephir copied to clipboard

Issue with Zephir.phar vendor packages

Open rudiservo opened this issue 1 year ago • 0 comments

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.

rudiservo avatar Jun 16 '23 11:06 rudiservo