File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -413,11 +413,15 @@ ZEND_AST_USE
413
413
Version changelog
414
414
-----------------
415
415
416
- ### 30 (current; 2015-03-10)
416
+ ### 30 (current)
417
+
418
+ Supported since 2015-03-10.
417
419
418
420
* Use string names for child nodes of kinds with fixed length.
419
421
420
- ### 20 (supported; 2015-12-14)
422
+ ### 20 (supported)
423
+
424
+ Supported since 2015-12-14.
421
425
422
426
* ` AST_GREATER ` , ` AST_GREATER_EQUAL ` , ` AST_OR ` , ` AST_AND ` nodes are now represented using
423
427
` AST_BINARY_OP ` with flags ` BINARY_IS_GREATER ` , ` BINARY_IS_GREATER_OR_EQUAL ` , ` BINARY_BOOL_OR `
@@ -429,7 +433,9 @@ Version changelog
429
433
it was a simple string containing the name.
430
434
* Nested ` AST_STMT_LIST ` s are now flattened out.
431
435
432
- ### 15 (supported; 2015-10-21)
436
+ ### 15 (deprecated)
437
+
438
+ Supported since 2015-10-21. Deprecated since 2016-04-30.
433
439
434
440
* In line with an upstream change, the ` docComment ` property on ` AST_PROP_DECL ` has been moved to
435
441
` AST_PROP_ELEM ` . This means that each property in one property declaration can have its own
You can’t perform that action at this time.
0 commit comments