Zephir v0.12.1 Release Notes

Release Date: 2019-07-29 // over 4 years ago
  • โž• 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