File tree Expand file tree Collapse file tree 2 files changed +25
-10
lines changed Expand file tree Collapse file tree 2 files changed +25
-10
lines changed Original file line number Diff line number Diff line change 20
20
</lead >
21
21
<date >2022-08-09</date >
22
22
<version >
23
- <release >1.1.0 </release >
24
- <api >1.1.0 </api >
23
+ <release >1.1.1dev </release >
24
+ <api >1.1.1dev </api >
25
25
</version >
26
26
<stability >
27
27
<release >stable</release >
28
28
<api >stable</api >
29
29
</stability >
30
30
<license uri =" https://github.com/nikic/php-ast/blob/master/LICENSE" >BSD-3-Clause</license >
31
31
<notes >
32
- - Change documentation files to properly namespace attributes as `#[\AllowDynamicProperties]`. The reflection attributes are already correct.
33
- - Deprecated AST versions 50 and 60.
34
- - Drop support for php < = 7.1
35
- - Fix test failures seen in php 8.2.0beta2 due to change to var_export's output format.
36
- - Add support for php 8.2 readonly classes. Add `ast\flags\CLASS_READONLY` constant.
37
- - Add support for php 8.2 `true` type. Add `ast\flags\TYPE_TRUE` constant.
38
- - Fix bug in php 8.2 where ZEND_AST_ARROW_FUNC output did not include the stub `AST_RETURN` node that was included in php 8.1 and below.
32
+ - TBD
39
33
</notes >
40
34
<contents >
41
35
<dir name =" /" >
153
147
<providesextension >ast</providesextension >
154
148
<extsrcrelease />
155
149
<changelog >
150
+ <release >
151
+ <date >2022-08-09</date >
152
+ <version >
153
+ <release >1.1.0</release >
154
+ <api >1.1.0</api >
155
+ </version >
156
+ <stability >
157
+ <release >stable</release >
158
+ <api >stable</api >
159
+ </stability >
160
+ <license uri =" https://github.com/nikic/php-ast/blob/master/LICENSE" >BSD-3-Clause</license >
161
+ <notes >
162
+ - Change documentation files to properly namespace attributes as `#[\AllowDynamicProperties]`. The reflection attributes are already correct.
163
+ - Deprecated AST versions 50 and 60.
164
+ - Drop support for php < = 7.1
165
+ - Fix test failures seen in php 8.2.0beta2 due to change to var_export's output format.
166
+ - Add support for php 8.2 readonly classes. Add `ast\flags\CLASS_READONLY` constant.
167
+ - Add support for php 8.2 `true` type. Add `ast\flags\TYPE_TRUE` constant.
168
+ - Fix bug in php 8.2 where ZEND_AST_ARROW_FUNC output did not include the stub `AST_RETURN` node that was included in php 8.1 and below.
169
+ </notes >
170
+ </release >
156
171
<release >
157
172
<date >2021-11-27</date >
158
173
<version >
Original file line number Diff line number Diff line change 7
7
extern zend_module_entry ast_module_entry ;
8
8
#define phpext_ast_ptr &ast_module_entry
9
9
10
- #define PHP_AST_VERSION "1.1.0 "
10
+ #define PHP_AST_VERSION "1.1.1-dev "
11
11
12
12
#ifdef PHP_WIN32
13
13
# define PHP_AST_API __declspec(dllexport)
You can’t perform that action at this time.
0 commit comments