|
@@ -3,11 +3,15 @@
|
|
|
General improvements and optimizations:
|
|
|
|
|
|
all : support completion for static extensions (#5766)
|
|
|
+ all : removed neko dependency for macros, use PCRE instead
|
|
|
+ all : disabled analyzer optimizations by default, re-enable with -D analyzer-optimize
|
|
|
+ php7/hl : made various improvements
|
|
|
|
|
|
Bugfixes:
|
|
|
|
|
|
all : fixed `using` picking up non-static abstract functions (#5888)
|
|
|
all : fixed issue with side-effect detection when optimizing (#5911)
|
|
|
+ all : fixed issue with zlib bindings causing zlib_deflate errors (#5941)
|
|
|
php7 : Allow user-defined modules in `php` package (#5921)
|
|
|
php7 : Dereference some of `php.Syntax` methods if required (#5923)
|
|
|
php : fixed assigning a method of dynamic value to a variable (#5469)
|