File tree Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 20
20
</lead >
21
21
<date >2024-08-10</date >
22
22
<version >
23
- <release >1.1.2 </release >
24
- <api >1.1.2 </api >
23
+ <release >1.1.3dev </release >
24
+ <api >1.1.3dev </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
- - Fix compilation errors in PHP 8.4.
33
- - In version 110, `AST_PARAM` and `AST_PROP_ELEM` nodes have a `hooks` node for property hooks (https://wiki.php.net/rfc/property-hooks)
34
- - In version 110, `AST_CLOSURE` and `AST_ARROW_FUNC` nodes have no `name`.
32
+ - TBD
35
33
</notes >
36
34
<contents >
37
35
<dir name =" /" >
157
155
<extsrcrelease />
158
156
<changelog >
159
157
<release >
158
+ <date >2024-08-10</date >
159
+ <version >
160
+ <release >1.1.2</release >
161
+ <api >1.1.2</api >
162
+ </version >
163
+ <stability >
164
+ <release >stable</release >
165
+ <api >stable</api >
166
+ </stability >
167
+ <license uri =" https://github.com/nikic/php-ast/blob/master/LICENSE" >BSD-3-Clause</license >
168
+ <notes >
169
+ - Fix compilation errors in PHP 8.4.
170
+ - In version 110, `AST_PARAM` and `AST_PROP_ELEM` nodes have a `hooks` node for property hooks (https://wiki.php.net/rfc/property-hooks)
171
+ - In version 110, `AST_CLOSURE` and `AST_ARROW_FUNC` nodes have no `name`.
172
+ </notes >
173
+ </release >
174
+ <release >
175
+ <date >2023-11-12</date >
160
176
<version >
161
177
<release >1.1.1</release >
162
178
<api >1.1.1</api >
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.2 "
10
+ #define PHP_AST_VERSION "1.1.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