Third preview release fixes and implements the following features:
- Implements
curl_reset()(fixes guzzle) - asp net core request handler understands the requested path info
- double to string conversion respect the PHP notation (
INF,NAN) fstaton Unix- SimpleXmlElement is json serializable
- more eventual runtime error messages
- fewer allocations in runtime and libraries
- fixed autoloading mechanism when there are PHPDoc comment in the file (improves perf. of composer packages)
- fixed invalid IL generated by typed
__invokefunction (fixes guzzle) - fixed
stream_select()on SSL sockets (fixes SMTP plugin iolevel/wpdotnet-sdk#70) - fixed
array_mergeandarray_merge_recursive(fixes Elementor plugin iolevel/wpdotnet-sdk#90) - fixed reflection of variadic function parameters (noticeable in case of
maxandmin)