File tree Expand file tree Collapse file tree 2 files changed +22
-7
lines changed Expand file tree Collapse file tree 2 files changed +22
-7
lines changed Original file line number Diff line number Diff line change 14
14
</lead >
15
15
<date >2019-06-30</date >
16
16
<version >
17
- <release >1.0.2 </release >
18
- <api >1.0.2 </api >
17
+ <release >1.0.3dev </release >
18
+ <api >1.0.3 </api >
19
19
</version >
20
20
<stability >
21
21
<release >stable</release >
22
22
<api >stable</api >
23
23
</stability >
24
24
<license uri =" https://github.com/nikic/php-ast/blob/master/LICENSE" >BSD-3-Clause</license >
25
25
<notes >
26
- - Fix compatibility with (currently) PHP 7.4 and PHP 8.0.
27
- - Support AST_ARROW_FUNC for PHP 7.4.
28
- - Make $version a required parameter for `ast\parse_*`. Previously, the absence would throw a LogicException.
29
- - Make AST version 70 the current version.
26
+ - TBD.
30
27
</notes >
31
28
<contents >
32
29
<dir name =" /" >
113
110
<providesextension >ast</providesextension >
114
111
<extsrcrelease />
115
112
<changelog >
113
+ <release >
114
+ <date >2019-06-30</date >
115
+ <version >
116
+ <release >1.0.2</release >
117
+ <api >1.0.2</api >
118
+ </version >
119
+ <stability >
120
+ <release >stable</release >
121
+ <api >stable</api >
122
+ </stability >
123
+ <license uri =" https://github.com/nikic/php-ast/blob/master/LICENSE" >BSD-3-Clause</license >
124
+ <notes >
125
+ - Fix compatibility with (currently) PHP 7.4 and PHP 8.0.
126
+ - Support AST_ARROW_FUNC for PHP 7.4.
127
+ - Make $version a required parameter for `ast\parse_*`. Previously, the absence would throw a LogicException.
128
+ - Make AST version 70 the current version.
129
+ </notes >
130
+ </release >
116
131
<release >
117
132
<date >2019-02-11</date >
118
133
<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.2 "
10
+ #define PHP_AST_VERSION "1.0.3dev "
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