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.
493493
494494### 80 (current)
495495
496- Supported since 1.0.10 (XXX ).
496+ Supported since 1.0.10 (2020-09-12 ).
497497
498498* ` mixed ` type hints are now reported as an ` AST_TYPE ` with type ` TYPE_MIXED ` instead of an ` AST_NAME ` .
499499* ` 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 1818 <email >tandre@php.net</email >
1919 <active >yes</active >
2020 </lead >
21- <date >2020-09-03 </date >
21+ <date >2020-09-12 </date >
2222 <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 >
2525 </version >
2626 <stability >
2727 <release >stable</release >
Original file line number Diff line number Diff line change 77extern zend_module_entry ast_module_entry ;
88#define phpext_ast_ptr &ast_module_entry
99
10- #define PHP_AST_VERSION "1.0.10dev "
10+ #define PHP_AST_VERSION "1.0.10 "
1111
1212#ifdef PHP_WIN32
1313# define PHP_AST_API __declspec(dllexport)
You can’t perform that action at this time.
0 commit comments