|
@@ -21,6 +21,7 @@
|
|
|
php : implemented direct method comparison. No need to use `Reflect.compareMethods()`
|
|
|
php : added `php.Syntax.code()` instead of deprecated `untyped __php__()` (#6708)
|
|
|
php : added methods to `php.Syntax` for each php operator: `??`, `?:`, `**` etc. (#6708)
|
|
|
+ php : fixed multiple file uploads in php.Web.parseMultiPart() (#4173)
|
|
|
python : add ssl support for http requests
|
|
|
python : improve Sys.print(ln) code generation (#6184)
|
|
|
js : generate faster code for `x.iterator()` calls (#6669)
|