Releases: zephir-lang/zephir
Releases · zephir-lang/zephir
0.10.12
- Initial support of PHP 7.3
0.11.0
0.10.11
- Implementing correct casting resource to int (#1524)
- Fixed Copy-On-Write violation for arrays/objects zvals
- Allow extension to be loaded prior to the tests
- Fix some testing settings
0.10.10
0.10.9
- Added missed
ZEPHIR_CALL_CE_STATIC_ZVAL
for Zend Engine 3 #1622 - Fixed Copy-On-Write violation for arrays/objects zvals
- Some internal improvements and code cleanup
- Amended tests
0.10.8
0.10.7
0.10.6
0.10.5
- Fixed creating a
Variable
- Fixed CLI help
- Code cleanup and minor doc improvements
- Setting up the
BranchManager
beforeSymbolTable
to avoid callgetCurrentBranch
on null
0.10.4
- Disable timecop extension from the launcher phalcon/cphalcon#13117