packagist nikic/php-parser v4.12.0
PHP-Parser 4.12.0

latest releases: dev-master, v5.3.1, v4.19.4...
3 years ago

Added

  • [PHP 8.1] Added support for readonly properties (through a new MODIFIER_READONLY).
  • [PHP 8.1] Added support for final class constants.

Fixed

  • Fixed compatibility with PHP 8.1. & tokens are now canonicalized to the T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG and T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG tokens used in PHP 8.1. This happens unconditionally, regardless of whether the emulative lexer is used.

Don't miss a new php-parser release

NewReleases is sending notifications on new releases.