Skip to content

Commit d3e5d66

Browse files
committed
Update version list
1 parent 0d8c47b commit d3e5d66

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,11 +413,15 @@ ZEND_AST_USE
413413
Version changelog
414414
-----------------
415415

416-
### 30 (current; 2015-03-10)
416+
### 30 (current)
417+
418+
Supported since 2015-03-10.
417419

418420
* Use string names for child nodes of kinds with fixed length.
419421

420-
### 20 (supported; 2015-12-14)
422+
### 20 (supported)
423+
424+
Supported since 2015-12-14.
421425

422426
* `AST_GREATER`, `AST_GREATER_EQUAL`, `AST_OR`, `AST_AND` nodes are now represented using
423427
`AST_BINARY_OP` with flags `BINARY_IS_GREATER`, `BINARY_IS_GREATER_OR_EQUAL`, `BINARY_BOOL_OR`
@@ -429,7 +433,9 @@ Version changelog
429433
it was a simple string containing the name.
430434
* Nested `AST_STMT_LIST`s are now flattened out.
431435

432-
### 15 (supported; 2015-10-21)
436+
### 15 (deprecated)
437+
438+
Supported since 2015-10-21. Deprecated since 2016-04-30.
433439

434440
* In line with an upstream change, the `docComment` property on `AST_PROP_DECL` has been moved to
435441
`AST_PROP_ELEM`. This means that each property in one property declaration can have its own

0 commit comments

Comments
 (0)