Releases: zephir-lang/zephir
Releases · zephir-lang/zephir
Release 0.9.5
Release 0.9.5
Release 0.9.4
Release 0.9.4
Release 0.9.3
Version 0.9.3
Release 0.9.2
Next stable version
Release 0.8.0
- 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
Added install-nosudo script
Release 0.7.0
Small article on Russian Language
http://dmtry.me/article/zephir-0.7-released/
Release 0.6.1 alpha
Initiali support to call dynamic methods in static calls
Release 0.6.0-alpha
- 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
Initial implementation of inclusive ranges and exclusive ranges