Skip to content

Releases: TysonAndre/tolerant-php-parser-to-php-ast

Release 1.0.1 supporting AST version 70.

04 Oct 17:31
16b2084
Compare
Choose a tag to compare
  • Support parsing php 8 syntax (does not convert #[] attributes) in PHP 8.
    (Version 1 is compatible with AST version 70, which does not expose attribute information.)
  • Handle edge cases in parsing.

Release 1.0.0 supporting AST version 70.

03 Jul 17:44
8f335bf
Compare
Choose a tag to compare
  • Require a minimum php version of php 7.2 to use this library.
  • Improve support for parsing edge cases and code for newer PHP versions.

Version 0.1.1 supporting AST version 70.

27 Oct 19:18
deade02
Compare
Choose a tag to compare
  • Add .gitattributes to exclude unnecessary files from release zips/tarballs

Version 0.1.0 supporting AST version 70.

20 Oct 14:39
32d939a
Compare
Choose a tag to compare

This supports php 7.0-7.4's syntax