Skip to content

PHP-Parser 4.15.0

Compare
Choose a tag to compare
@nikic nikic released this 03 Sep 19:56
· 326 commits to master since this release

Added

  • PHP 8.2: Added support for true type.
  • PHP 8.2: Added support for DNF types.

Fixed

  • Support readonly as a function name.
  • Added __serialize and __unserialize to magic method list.
  • Fixed bounds check in Name::slice().
  • Fixed formatting preservation when adding attributes to a class/method/etc that previously had none.