All Versions
57
Latest Version
Avg Release Cycle
44 days
Latest Release
585 days ago

Changelog History
Page 4

  • v0.12.8 Changes

    October 03, 2019

    ๐Ÿ›  Fixed

    • Fixed zephir_preg_match to use ZVAL_NULL instead of ZEPHIR_NULL #1946
    • ๐Ÿ›  Fixed Extension\InternalClassesTest test to be able run full test suite without Phalcon #1949
  • v0.12.7 Changes

    October 03, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed regression introduced in 0.12.5 for those users who doesn't use bundled ext/pcre/php_pcre.h #1944 #1940
    • ๐Ÿ›  Fixed sitemap API generator #1940
  • v0.12.6 Changes

    October 03, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed regression introduced in 0.12.5 for those users who doesn't use bundled ext/json/php_json.h #1940
  • v0.12.5 Changes

    October 02, 2019

    ๐Ÿ”„ Changed

    • โšก๏ธ Update zend_update_static_property to be compatible with PHP >= 7.3 #1904
    • ๐Ÿ‘Œ Improved error handling

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed IDE stubs generation to properly generate return type hint for var | null #1922
    • ๐Ÿ›  Fixed updating Super Globals #1917
    • ๐Ÿ›  Fixed casting variables to array #1923
    • ๐Ÿ›  Fixed work with constant which are not present #1928
    • ๐Ÿ›  Fixed access to Super Globals #1934, phalcon/cphalcon#14426
  • v0.12.4 Changes

    September 22, 2019

    All notable changes to this version has been documented in the CHANGELOG.md file.

  • v0.12.3 Changes

    September 22, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed concatenation support of strings with double numbers #1893
    • ๐Ÿ›  Fixed 'void' return type hint being ignored #1908
    • ๐Ÿ›  Fixed updating array properties #1915
  • v0.12.2 Changes

    August 05, 2019

    โž• Added

    ๐Ÿ”„ Changed

    • Write errors compiler to stderr if available
  • v0.12.1 Changes

    July 29, 2019

    โž• Added

    • โž• Added initial bash completion support (see zephir-autocomplete file)

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Use local memory management #1859, #1880
    • Rephrase help strings for common compiler options

    โœ‚ Removed

    • โœ‚ Remove HAVE_SPL usage phalcon/cphalcon#14215
    • โœ‚ Remove not used redundant command line options
    • Cleaning up redundant CLI options

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed segfault when auto-loading class with syntax error #1885
    • โšก๏ธ Optimize memory usage #1882
    • ๐Ÿ›  Fixed modifying array values in loops #1879
  • v0.12.0 Changes

    June 20, 2019

    โž• Added

    • โž• Added initial support of "use" keyword in closures #888, #1848 #1860

    โœ‚ Removed

    • ๐Ÿ‘ PHP 5.x is no longer supported

    ๐Ÿ”„ Changed

    • ๐Ÿ“œ The minimal Zephir Parser version is 1.3.0

    ๐Ÿ›  Fixed

  • v0.11.12 Changes

    March 24, 2019

    ๐Ÿ›  Fixed

    • Compilation error for instanceof #1828
    • ๐Ÿ›  Fixed array_shift behavior to mimicry PHP's "change by reference" #1831
    • ๐Ÿ›  Fixed reference counting while changing object's properties that are arrays #1833