Skip to content

Releases: nikic/php-ast

php-ast 1.1.2

10 Aug 18:10
152b420
Compare
Choose a tag to compare
  • Fix compilation errors in PHP 8.4.
  • In version 110, AST_PARAM and AST_PROP_ELEM nodes have a hooks node for property hooks (https://wiki.php.net/rfc/property-hooks)
  • In version 110, AST_CLOSURE and AST_ARROW_FUNC nodes have no name.

php-ast 1.1.1

12 Nov 11:33
Compare
Choose a tag to compare
  • Added support for PHP 8.3
  • In AST version 100, AST_CLASS_CONST_GROUP nodes have a type child node to represent typed class constants.

v1.0.4: Release php-ast 1.0.4 (#139)

10 Nov 23:40
34bad61
Compare
Choose a tag to compare
  • Add AST_TYPE_UNION to support PHP 8.0 Union Types.