File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 14
14
</lead >
15
15
<date >2019-02-11</date >
16
16
<version >
17
- <release >1.0.1 </release >
17
+ <release >1.0.2dev </release >
18
18
<api >1.0.1</api >
19
19
</version >
20
20
<stability >
111
111
<providesextension >ast</providesextension >
112
112
<extsrcrelease />
113
113
<changelog >
114
+ <release >
115
+ <date >2019-02-11</date >
116
+ <version >
117
+ <release >1.0.2dev</release >
118
+ <api >1.0.1</api >
119
+ </version >
120
+ <stability >
121
+ <release >stable</release >
122
+ <api >stable</api >
123
+ </stability >
124
+ <license uri =" https://github.com/nikic/php-ast/blob/master/LICENSE" >BSD-3-Clause</license >
125
+ <notes >
126
+ - Fix compatibility with (currenty) PHP 7.4 and PHP 8.0.
127
+ - Support BINARY_COALESCE as a flag of AST_ASSIGN_OP for the `??=` operator added in PHP 7.4.
128
+ - Add AST version 70 (experimental):
129
+ - Version 70 adds AST_PROP_GROUP with type information for property groups.
130
+ - Version 70 adds AST_CLASS_NAME for `Foo::class`. Previously this used AST_CLASS_CONST
131
+ </notes >
132
+ </release >
114
133
<release >
115
134
<date >2018-10-21</date >
116
135
<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.0.1 "
10
+ #define PHP_AST_VERSION "1.0.2dev "
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