1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-29 20:09:08 +01:00

Release PHP-Parser 4.10.3

This commit is contained in:
Nikita Popov 2020-12-03 18:45:45 +01:00
parent c64986fa55
commit dbe56d23de

View File

@ -1,8 +1,20 @@
Version 4.10.3-dev
Version 4.10.4-dev
------------------
Nothing yet.
Version 4.10.3 (2020-12-03)
---------------------------
### 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.
Version 4.10.2 (2020-09-26)
------------------