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
In file included from .../opt/php/include/php/main/php.h:119,
from zend/includes.h:40,
from zend/callable.cpp:9:
zend/callable.cpp: In static member function ‘static void Php::Callable::invoke(zend_execute_data*, zval*)’:
zend/callable.cpp:38:28: error: no match for ‘operator!=’ (operand types are ‘zend_type’ and ‘int’)
38 | assert(info[argc].type != 0 && info[argc].name == nullptr);
| ~~~~~~~~~~~~~~~ ^~ ~
| | |
| | int
| zend_type
make: *** [Makefile:219: shared/zend/callable.o] Error 1
debian 12, php-src 8.3.9
The text was updated successfully, but these errors were encountered: