File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ are listed.
493
493
494
494
### 80 (current)
495
495
496
- Supported since 1.0.10 (XXX ).
496
+ Supported since 1.0.10 (2020-09-12 ).
497
497
498
498
* ` mixed ` type hints are now reported as an ` AST_TYPE ` with type ` TYPE_MIXED ` instead of an ` AST_NAME ` .
499
499
* ` AST_CLASS_CONST_GROUP ` nodes are emitted for class constant declarations wrapping the ` AST_CLASS_CONST_DECL ` and any attributes.
Original file line number Diff line number Diff line change 18
18
19
19
<active >yes</active >
20
20
</lead >
21
- <date >2020-09-03 </date >
21
+ <date >2020-09-12 </date >
22
22
<version >
23
- <release >1.0.10dev </release >
24
- <api >1.0.10dev </api >
23
+ <release >1.0.10 </release >
24
+ <api >1.0.10 </api >
25
25
</version >
26
26
<stability >
27
27
<release >stable</release >
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.10dev "
10
+ #define PHP_AST_VERSION "1.0.10 "
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