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 >2017-10-08</date >
16
16
<version >
17
- <release >0.1.6 </release >
18
- <api >0.1.6 </api >
17
+ <release >0.1.7dev </release >
18
+ <api >0.1.7dev </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
- - Added ast\get_metadata() function, which returns an array of ast\Metadata objects, one for each
27
- AST kind. The metadata contains information such as the supported flags for the kind.
28
- - Added ast\get_supported_versions() function, which provides an array of currently supported AST
29
- versions.
26
+ - XXX
30
27
</notes >
31
28
<contents >
32
29
<dir name =" /" >
103
100
<providesextension >ast</providesextension >
104
101
<extsrcrelease />
105
102
<changelog >
103
+ <release >
104
+ <date >2017-10-08</date >
105
+ <version >
106
+ <release >0.1.6</release >
107
+ <api >0.1.6</api >
108
+ </version >
109
+ <stability >
110
+ <release >stable</release >
111
+ <api >stable</api >
112
+ </stability >
113
+ <license uri =" https://github.com/nikic/php-ast/blob/master/LICENSE" >BSD-3-Clause</license >
114
+ <notes >
115
+ - Added ast\get_metadata() function, which returns an array of ast\Metadata objects, one for each
116
+ AST kind. The metadata contains information such as the supported flags for the kind.
117
+ - Added ast\get_supported_versions() function, which provides an array of currently supported AST
118
+ versions.
119
+ </notes >
120
+ </release >
106
121
<release >
107
122
<date >2017-07-19</date >
108
123
<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 "0.1.6 "
10
+ #define PHP_AST_VERSION "0.1.7dev "
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