Releases: zephir-lang/php-zephir-parser
Releases · zephir-lang/php-zephir-parser
v1.4.0
18 Sep 10:42
Compare
Sorry, something went wrong.
No results found
Added
Added support for mixed
type #120
Added support for yield
statement #118
1.3.8
08 Sep 20:57
Compare
Sorry, something went wrong.
No results found
Changed
Changed CI from AppVeyor to Github Actions #110
1.3.7
13 Aug 22:06
Compare
Sorry, something went wrong.
No results found
Added support of require_once
statement
v1.3.6
04 Dec 11:42
Compare
Sorry, something went wrong.
No results found
Added ability to compile extensions for Windows with Visual Studio 2019
v1.3.5
29 Nov 20:14
Compare
Sorry, something went wrong.
No results found
v1.3.4
04 Apr 15:17
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed operator precedence #89
v1.3.3
10 Dec 21:34
Compare
Sorry, something went wrong.
No results found
v1.3.2
01 Oct 05:30
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed config.m4
to correct install headers
v1.3.0
27 Apr 18:48
Compare
Sorry, something went wrong.
No results found
Added
Fixed
Fixed unicode support in the source code #62 , #56
Fixed memory leaks on processing errors