github peachpiecompiler/peachpie v1.0.9

latest releases: v1.0.17, v1.0.16, v1.0.15...
2 years ago

Improvements

  • properties from C#' explicit type declaration can be used in PHP
  • dynamic method call deals with CLR' ref parameters
  • PHP' array implicit cast to C# Dictionary<,> #997
  • dynamic method call implicitly casts between int/long and enum
  • generated IL of array initializers is smaller #1000
  • using MySqlConnector version 2.0.0

Fixes

  • fixes chr() for ascii printable characters #981
  • fixes rawurlencode() to comply with RFC 3986 #998
  • fixes PDO's commit() and rollback() - pending data need to be disposed #990
  • class declaration done as it is in PHP #992
  • fixes type inferring in loops #993
  • cURL requests maintain cookies during subsequent execs #999
  • fixes type inferring in functions with indirect variable access and unset/export/eval/include #1002
  • fixes stream_socket_accept() and $timeout: previous unfinished accept was not ended, socket server was unusable
  • stream_socket_server() handles the stream context "socket" options

Don't miss a new peachpie release

NewReleases is sending notifications on new releases.