File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
- version : 1.3.2 -{build}
1
+ version : 1.3.3 -{build}
2
2
3
3
environment :
4
4
matrix :
@@ -42,7 +42,7 @@ environment:
42
42
VC_VERSION : 15
43
43
BUILD_TYPE : nts-Win32
44
44
APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
45
-
45
+
46
46
- PHP_VERSION : 7.4
47
47
VC_VERSION : 15
48
48
BUILD_TYPE : Win32
@@ -51,7 +51,7 @@ environment:
51
51
- PHP_VERSION : 7.4
52
52
VC_VERSION : 15
53
53
BUILD_TYPE : nts-Win32
54
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
54
+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
55
55
56
56
PHP_SDK_VERSION : 2.1.9
57
57
PHP_AVM : https://raw.githubusercontent.com/sergeyklay/php-appveyor/master/php-appveyor.psm1
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
7
## [ Unreleased]
8
+ ## [ 1.3.3] - 2019-12-10
9
+ ### Added
10
+ - Added PHP 7.4 support
11
+
8
12
## [ 1.3.2] - 2019-09-30
9
13
### Changed
10
14
- Files ` parser.c ` and ` scanner.c ` no longer distributed.
@@ -142,7 +146,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
142
146
### Added
143
147
- Initial stable release
144
148
145
- [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.2...HEAD
149
+ [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.3...HEAD
150
+ [ 1.3.3 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.2...v1.3.3
146
151
[ 1.3.2 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.1...v1.3.2
147
152
[ 1.3.1 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.0...v1.3.1
148
153
[ 1.3.0 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.2.0...v1.3.0
Original file line number Diff line number Diff line change 1
- 1.3.1
1
+ 1.3.3
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ extern zend_module_entry zephir_parser_module_entry;
15
15
#define phpext_zephir_parser_ptr &zephir_parser_module_entry
16
16
17
17
#define PHP_ZEPHIR_PARSER_NAME "Zephir Parser"
18
- #define PHP_ZEPHIR_PARSER_VERSION "1.3.2 "
18
+ #define PHP_ZEPHIR_PARSER_VERSION "1.3.3 "
19
19
#define PHP_ZEPHIR_PARSER_AUTHOR "Zephir Team and contributors"
20
20
#define PHP_ZEPHIR_PARSER_DESCRIPTION "The Zephir Parser delivered as a C extension for the PHP language."
21
21
You can’t perform that action at this time.
0 commit comments