The release improves interoperability features and fixes compiler code analysis.
Fixes
- array item assignment compilation fix (#1015)
- properly unboxing value types
- compiler calls methods on enums and other value types properly
- compiler allows calling methods/properties on CLR arrays (like
$arr->Length
) - runtime null-ref fixes
New Features
- MySql driver allows using .NET benchmarking tools like MiniProfiler
- passing values from PHP to C# methods with
object
typed parameter boxes the PHP value into CLR object (does not convert it to PHP class)