PHP Parser v4.10.3 Release Notes

Release Date: 2020-12-03 // over 3 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed formatting-preserving pretty printing for "{$x}".
    • ๐Ÿ–จ Ternary expressions are now treated as non-associative in the pretty printer, in order to generate code that is compatible with the parentheses requirement introduced in PHP 8.
    • Removed no longer necessary error_clear_last() call in lexer, which may interfere with fatal error handlers if invoked during shutdown.