Zephir v0.11.4 Release Notes

Release Date: 2018-11-18 // over 5 years ago
  • โž• Added

    • Introduced a brand new CLI interface
    • The preferred method of installation is to use the Zephir PHAR which can be downloaded from the most recent Github Release
    • โž• Added --no-dev option to force building the extension in production mode #1520
    • Zephir development mode will be enabled silently if your PHP binary was compiled in a debug configuration #1520
    • โž• Added missed CLI option --export-classes to flag whether classes must be exported. If export-classes is enabled all headers are copied to include/php/ext.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed regression introduced in the 0.10.12 related to require file using protocols #1713