Skip to content

PHP-Parser 5.0.1

Choose a tag to compare

@nikic nikic released this 21 Feb 19:25
· 115 commits to master since this release

Changed

  • Added check to detect use of PHP-Parser with libraries that define T_* compatibility tokens with incorrect type (such as string instead of int). This would lead to TypeErrors down the line. Now an Error will be thrown early to indicate the problem.