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
) fstat
on 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
__invoke
function (fixes guzzle) - fixed
stream_select()
on SSL sockets (fixes SMTP plugin iolevel/wpdotnet-sdk#70) - fixed
array_merge
andarray_merge_recursive
(fixes Elementor plugin iolevel/wpdotnet-sdk#90) - fixed reflection of variadic function parameters (noticeable in case of
max
andmin
)