Skip to content

Releases: zephir-lang/php-zephir-parser

v1.4.0

18 Sep 10:42
70eee9e

Choose a tag to compare

Added

  • Added support for mixed type #120
  • Added support for yield statement #118

1.3.8

08 Sep 20:57
4517f3b

Choose a tag to compare

Changed

  • Changed CI from AppVeyor to Github Actions #110

1.3.7

13 Aug 22:06
9894681

Choose a tag to compare

  • Added support of require_once statement

v1.3.6

04 Dec 11:42
4fd2e57

Choose a tag to compare

  • Added ability to compile extensions for Windows with Visual Studio 2019

v1.3.5

29 Nov 20:14
dfe7669

Choose a tag to compare

Added

  • Added PHP 8.0 support

v1.3.4

04 Apr 15:17
3cdd0eb

Choose a tag to compare

Fixed

  • Fixed operator precedence #89

v1.3.3

10 Dec 21:34
244890b

Choose a tag to compare

Added

  • Added PHP 7.4 support

v1.3.2

01 Oct 05:30
8c7be2f

Choose a tag to compare

Changed

  • Files parser.c and scanner.c no longer distributed. Package maintainer should re-generate them by himself. #75

Fixed

  • Fixed return_value and this_ptr naming collision phalcon/zephir#1660
  • Fixed underscore only identifiers to allow more than 4 characters #75
  • Update LDFLAGS to reduce linker warnings
  • Fixed PHP 7.4 support

v1.3.1

01 May 18:22
f58b66c

Choose a tag to compare

Fixed

  • Fixed config.m4 to correct install headers

v1.3.0

27 Apr 18:48

Choose a tag to compare

Added

Fixed

  • Fixed unicode support in the source code #62, #56
  • Fixed memory leaks on processing errors