Skip to content

1.7.4

Compare
Choose a tag to compare
@jaapio jaapio released this 11 Jan 11:46
· 30 commits to 1.x since this release
8430ca5

What's Changed

This patch ensures this library works with php-parser v5. Due a conflict in the way both libraries were handling the forward compatibility on php 7.4 for language constructs in php 8+. This patch version should not have any impact on the way you are using the library unless you did use the value of the T_NAME_QUALIFIED and T_NAME_FULLY_QUALIFIED constants, and you are running php 7.4

  • Update parser token constant values to ints instead of strings by @mukuru-shaun in #197

New Contributors

Full Changelog: 1.7.3...1.7.4