File tree 4 files changed +14
-9
lines changed
4 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [ Unreleased] - xxxx-xx-xx
8
8
9
+ ## [ 1.6.0] - 2023-08-27
10
+ ### Added
11
+ - Enabled support of PHP8.3 for PECL [ #141 ] ( https://github.com/phalcon/php-zephir-parser/issues/148 )
12
+
9
13
## [ 1.5.3] - 2023-02-08
10
14
### Added
11
15
- Enabled Thread Safe (TS) builds [ #145 ] ( https://github.com/phalcon/php-zephir-parser/issues/145 )
@@ -197,7 +201,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
197
201
### Added
198
202
- Initial stable release
199
203
200
- [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.5.3...HEAD
204
+ [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.6.0...HEAD
205
+ [ 1.6.0 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.5.3...v1.6.0
201
206
[ 1.5.3 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.5.2...v1.5.3
202
207
[ 1.5.2 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.5.1...v1.5.2
203
208
[ 1.5.1 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.5.0...v1.5.1
Original file line number Diff line number Diff line change 1
- 1.5.3
1
+ 1.6.0
Original file line number Diff line number Diff line change 12
12
13
13
<active >yes</active >
14
14
</lead >
15
- <date >2023-02-08 </date >
15
+ <date >2023-08-27 </date >
16
16
<time >22:00:00</time >
17
17
<version >
18
- <release >1.5.3 </release >
19
- <api >1.5.3 </api >
18
+ <release >1.6.0 </release >
19
+ <api >1.6.0 </api >
20
20
</version >
21
21
<stability >
22
22
<release >stable</release >
23
23
<api >stable</api >
24
24
</stability >
25
25
<license uri =" https://github.com/zephir-lang/php-zephir-parser/blob/development/LICENSE" >MIT</license >
26
26
<notes >
27
- Mon, Feb 08 , 2023 - Zephir Parser 1.5.3
27
+ Sun, Aug 27 , 2023 - Zephir Parser 1.6.0
28
28
29
29
= Added:
30
30
31
- - Enabled Thread Safe (TS) builds
31
+ - Enabled support of PHP8.3 for PECL
32
32
</notes >
33
33
<contents >
34
34
<dir name =" /" >
215
215
<required >
216
216
<php >
217
217
<min >7.0.0</min >
218
- <max >8.2 .99</max >
218
+ <max >8.3 .99</max >
219
219
</php >
220
220
<pearinstaller >
221
221
<min >1.10</min >
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.5.3 "
18
+ #define PHP_ZEPHIR_PARSER_VERSION "1.6.0 "
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