Skip to content

v1.2.0

Compare
Choose a tag to compare
@sergeyklay sergeyklay released this 14 Jan 00:20
· 448 commits to master since this release

Added

  • Added ability to enable YYDEBUG on fly by exporting ZEPHIR_YYDEBUG environment variable with the value of 1
  • Added support of PHP 7.3 for Windows (Linux users have this support for a long time)

Fixed

  • Corrected behavior on parse an empty file. Now an empty IR will be returned as an array
  • Fixed language scanner and parser so that it is possible to parse files containing empty docblocks or files contains comments only

Removed

  • PHP 5.x no longer supported. PHP 5.x users should use previous releases