Skip to content

php-ast fails to build with php 8.5.0 alpha 1 #251

@wyattoday

Description

@wyattoday

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

gcc --version: gcc (Debian 14.2.0-19) 14.2.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions