Skip to content

Releases: zephir-lang/zephir

Release 0.9.5

27 Nov 08:57
Compare
Choose a tag to compare
Release 0.9.5

Release 0.9.4

09 Aug 05:44
Compare
Choose a tag to compare
Release 0.9.4

Release 0.9.3

14 Jun 20:56
Compare
Choose a tag to compare
Version 0.9.3

Release 0.9.2

17 May 21:17
Compare
Choose a tag to compare
Next stable version

Release 0.8.0

25 Sep 19:54
Compare
Choose a tag to compare
  • More function optimizers (e.g. math)
  • Initial PHP7 support
  • Minor Bugfixes and better error messages
  • Fix the eval implementation to execute more than one statement
  • Restore support for runtime class definitions
  • (experimental) internal-fcall-optimization (disabled by default), performance improvement on method calls
  • Fix array initialization

Release 0.7.1

15 Jul 02:44
Compare
Choose a tag to compare
Added install-nosudo script

Release 0.7.0

10 Jun 02:43
@ovr ovr
Compare
Choose a tag to compare

Release 0.6.1 alpha

04 Apr 06:43
@ovr ovr
Compare
Choose a tag to compare
Initiali support to call dynamic methods in static calls

Release 0.6.0-alpha

23 Feb 03:29
@ovr ovr
Compare
Choose a tag to compare
  • Implement global and namespace(d) function declaration #762
  • Enable runtime cache for PHP 5.6
  • Fix Runtime cache
  • Fix Unary/NotOperator
  • Fix assigning a value to a superglobal
  • Added Docs generation for project
  • Fixes rethrowing exception by exception

And other small fixes and code refactoring

Thanks @steffengy @SneakyBobito @olivier-monaco @kjdev and other

Release 0.5.9-alpha

21 Jan 10:27
@ovr ovr
Compare
Choose a tag to compare
Initial implementation of inclusive ranges and exclusive ranges