File tree Expand file tree Collapse file tree 4 files changed +2919
-2903
lines changed Expand file tree Collapse file tree 4 files changed +2919
-2903
lines changed Original file line number Diff line number Diff line change 3030 apt : true
3131 timeout : 604800
3232 directories :
33- - ${HOME}/.local/opt/re2c
33+ - ${HOME}/.local/opt
3434 - ${HOME}/.cache/re2c
3535
3636before_install :
@@ -43,10 +43,10 @@ install:
4343 - aclocal && libtoolize --copy --force && autoheader && autoconf
4444 - |
4545 ./configure \
46- --with-php-config=$(phpenv which php-config) \
47- --enable-zephir-parser \
48- --enable-zephir-parser-debug \
49- --enable-coverage
46+ --with-php-config=$(phpenv which php-config) \
47+ --enable-zephir-parser \
48+ --enable-zephir-parser-debug \
49+ --enable-coverage
5050 - make -j"$(getconf _NPROCESSORS_ONLN)"
5151
5252before_script :
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
77## [ Unreleased]
8+ ### Fixed
9+ - Fixed syntax error with final class and use of extends and implements [ #48 ] ( https://github.com/phalcon/php-zephir-parser/issues/48 )
10+
811### Removed
912- PHP 5.x no longer supported. PHP 5.x users should use previous releases
1013
You can’t perform that action at this time.
0 commit comments