Skip to content

Releases: zephir-lang/zephir

0.10.12

19 Oct 18:31
664381e
Compare
Choose a tag to compare
  • Initial support of PHP 7.3

0.11.0

05 Aug 17:07
Compare
Choose a tag to compare

Add type hints for scalar arguments and return values in Zend Engine 3 (#1656)

0.10.11

05 Aug 10:24
Compare
Choose a tag to compare
  • 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

24 May 21:31
Compare
Choose a tag to compare

0.10.9

30 Apr 06:36
Compare
Choose a tag to compare
  • 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

17 Apr 04:29
Compare
Choose a tag to compare
  • Do not throw Exception when superglobal does not exist (#1623)
  • Revert 37d5b12 due to "unresolved external symbol" issue
  • Fixed setting extension globals using globals_set (#1551)
  • Fixed processing uchar globals
  • Enable tests for PHP 7.0 - 7.2 on AppVeyor
  • PSR-related fixes

0.10.7

03 Jan 11:24
Compare
Choose a tag to compare
  • Fixed creating abstract instance
  • Amended prototypes
  • Don't treat numeric strings as numbers #1609
  • Fixed compiling global functions without parameters #1616

0.10.6

12 Nov 08:56
f221e7d
Compare
Choose a tag to compare
  • concat-assign: Do not cast dynamic string variables to long #1573
  • div-assign: Support for assignment by division for variables #1573
  • mod-assign: Support for assignment by division by modulus for variables
  • ZE3: Fixed adding reference counter for scalar values

0.10.5

10 Nov 06:14
04eb328
Compare
Choose a tag to compare
  • Fixed creating a Variable
  • Fixed CLI help
  • Code cleanup and minor doc improvements
  • Setting up the BranchManager before SymbolTable to avoid call getCurrentBranch on null

0.10.4

21 Oct 09:54
Compare
Choose a tag to compare