@@ -14,6 +14,8 @@
Bugfixes:
+ php7: fix `@:enum abstract` generation without `-dce full` (#6175)
+ php7: fix using enum constructor with arguments as a call argument (#6177)
php/php7: fixed accessing enum constructors on enum type stored to a variable (#6159)
php: fix invoking functions stored in dynamic static vars (#6158)