We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
phalcon
Learn more about funding links in repositories.
Report abuse
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
The ZendEngine3 kernel use outdated zend_generator_create_zval. https://github.com/phalcon/zephir/blob/master/kernels/ZendEngine3/extended/fcall.c#L167
ZendEngine3
zend_generator_create_zval
This function is no longer present in ZendEngine 3: https://github.com/php/php-src/blob/master/Zend/zend_generators.h
Refs: phalcon/cphalcon#12055 (comment)
The text was updated successfully, but these errors were encountered:
It was removed in php 7.1?
Sorry, something went wrong.
@andresgutierrez As I can see yes php/php-src@ccf18da
f08c28d
Merge pull request #1338 from dreamsxin/zend_generator_create_zval
23856e1
Fixed #1337 #12055
No branches or pull requests
The
ZendEngine3
kernel use outdatedzend_generator_create_zval
.https://github.com/phalcon/zephir/blob/master/kernels/ZendEngine3/extended/fcall.c#L167
This function is no longer present in ZendEngine 3:
https://github.com/php/php-src/blob/master/Zend/zend_generators.h
Refs: phalcon/cphalcon#12055 (comment)
The text was updated successfully, but these errors were encountered: