Skip to content

v1.0.0-preview5

Pre-release
Pre-release
Compare
Choose a tag to compare
@jakubmisek jakubmisek released this 11 Jan 13:08
· 547 commits to master since this release

https://www.nuget.org/packages/Peachpie.NET.Sdk/1.0.0-preview5

5th preview release: mainly fixes bugs and implements more or PHP's BCL

Release highlights:

Improvements & Compatibility

  • casting double to string respects invariant culture a960e1f
  • ReflectionAttribute::newInstance()
  • bcmath implementation
  • get_mangled_object_vars()
  • updates ini options
  • fscanf(), vfprintf()
  • password_algos()
  • PhpToken, token_name()

ASP.NET

  • correct session_name() on asp.net 7416187
  • session state is shared with $_SESSION items

Fixes

  • NullReferenceException when compiling an empty attribute
  • NullReferenceException when function returns void #887
  • sscanf() with more than one output parameter #889
  • PCRE \p followed by single letter #886
  • duplicit Compile items #890
  • empty type information infered by compiler #882
  • .NET indexers readded (e.g. access to Dictionary) 65e01e3