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
Please answer these questions before submitting your issue.
What did you do? If possible, provide a simple script for reproducing the error.
# PHP 8.4 phpize
phpize
./configure
make
What did you expect to see?
Successful build.
What did you see instead?
/swoole-src/ext-src/swoole_coroutine.cc:990:57: error: 'ZEND_EXIT' was not declared in this scope; did you mean 'ZEND_CAST'?
990 | ori_exit_handler = zend_get_user_opcode_handler(ZEND_EXIT);
| ^~~~~~~~~
| ZEND_CAST
What version of Swoole are you using (show your php --ri swoole)?
master branch
What is your machine environment used (show your uname -a & php -v & gcc -v) ?
Linux, GCC, PHP 8.4
This is related to the recent RFC being merged to PHP 8.4 (current php-src master branch) php/php-src#13483
The text was updated successfully, but these errors were encountered:
Please answer these questions before submitting your issue.
Successful build.
php --ri swoole
)?master branch
uname -a
&php -v
&gcc -v
) ?Linux, GCC, PHP 8.4
This is related to the recent RFC being merged to PHP 8.4 (current php-src master branch)
php/php-src#13483
The text was updated successfully, but these errors were encountered: