本帖最后由 卡繆 于 2021-6-13 14:58 编辑
编译好的好像不能用,没编译的不知道怎么编译啊,版本2.2.0
error: too many arguments to function ‘zend_vm_stack_push_call_frame’
call = zend_vm_stack_push_call_frame(ZEND_CALL_TOP_FUNCTION | ZEND_CALL_ALLOCATED, fci_cache->function_handler, argc, fci_cache->called_scope, object);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /www/server/php/74/include/php/Zend/zend_API.h:29,
from /www/server/php/74/include/php/main/php.h:37,
from /www/server/panel/install/swoole-2.2.0/php_swoole.h:22,
from /www/server/panel/install/swoole-2.2.0/swoole_coroutine.c:17:
/www/server/php/74/include/php/Zend/zend_execute.h:219:46: note: declared here
static zend_always_inline zend_execute_data *zend_vm_stack_push_call_frame(uint32_t call_info, zend_function *func, uint32_t num_args, void *object_or_called_scope)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: *** [Makefile:206: swoole_coroutine.lo] Error 1
error |