1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-30 04:19:30 +01:00

Release PHP-Parser 1.2.2

This commit is contained in:
Nikita Popov 2015-04-03 16:33:59 +02:00
parent 8d18848fb0
commit 08f97eb4ef

View File

@ -1,8 +1,16 @@
Version 1.2.2-dev
Version 1.2.3-dev
-----------------
Nothing yet.
Version 1.2.2 (2015-04-03)
--------------------------
* The `NameResolver` now resolves parameter type hints when entering the function/method/closure node. As such other
visitors running after it will be able to make use of the resolved names at that point already.
* The autoloader no longer sets the `unserialize_callback_func` ini option on registration - this is not necessary and
may cause issues when running PhpUnit tests with process isolation.
Version 1.2.1 (2015-03-24)
--------------------------