PHP Parser v3.0.4 Release Notes

Release Date: 2017-02-10 // about 7 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed some extensibility issues in pretty printer (pUseType() is now public and pPrec() calls into p(), instead of directly dispatching to the type-specific printing method).
    • ๐Ÿ›  Fixed notice in bin/php-parse script.

    โž• Added

    • ๐Ÿ‘ Error recovery from missing semicolons is now supported in more cases.
    • ๐Ÿ‘ Error recovery from trailing commas in positions where PHP does not support them is now supported.