Releases: zephir-lang/php-zephir-parser
Releases · zephir-lang/php-zephir-parser
1.3.8
1.3.7
v1.3.6
- Added ability to compile extensions for Windows with Visual Studio 2019
v1.3.5
Added
- Added PHP 8.0 support
v1.3.4
v1.3.3
Added
- Added PHP 7.4 support
v1.3.2
Changed
- Files
parser.c
andscanner.c
no longer distributed. Package maintainer should re-generate them by himself. #75
Fixed
- Fixed
return_value
andthis_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
Fixed
- Fixed
config.m4
to correct install headers
v1.3.0
v1.2.0
Added
- Added ability to enable
YYDEBUG
on fly by exportingZEPHIR_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