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
Attempting to build php 8.5.0 alpha 1 with php-ast fails with the following error:
/sources/php-8.5.0alpha1/ext/ast/ast_data.c:45:9: error: ‘ZEND_AST_CLONE’ undeclared here (not in a function); did you mean ‘ZEND_STR_CLONE’?
45 | ZEND_AST_CLONE,
| ^~~~~~~~~~~~~~
| ZEND_STR_CLONE
make: *** [Makefile:724: ext/ast/ast_data.lo] Error 1