#
260678d4 |
| 09-Aug-2022 |
Tyson Andre |
Add encaps var flags for AST_DIM/AST_VAR for php 8.2 (#227) For https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation Closes #224 In util.php: Don't print a
Add encaps var flags for AST_DIM/AST_VAR for php 8.2 (#227) For https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation Closes #224 In util.php: Don't print a 0 flag value for combinable flags For php-ast self-testing, minimize the number of changes in the future when similar combinable flags get added to existing ast var types.
show more ...
|
#
91f59467 |
| 07-Aug-2022 |
Tyson Andre |
php-ast 1.1.0dev: Deprecate AST versions 50 and 60, drop support for php < 7.2 (#185) * Deprecate AST versions 50 and 60 AST version 70 has been supported since php-ast 1.0.1 (2019-
php-ast 1.1.0dev: Deprecate AST versions 50 and 60, drop support for php < 7.2 (#185) * Deprecate AST versions 50 and 60 AST version 70 has been supported since php-ast 1.0.1 (2019-02-11). Related to #114 * Drop support for php <= 7.1 Update documentation to mention this. * Update test expectation for AST version 60 deprecation
show more ...
|
Revision tags: v1.0.5, v1.0.4, v1.0.3 |
|
#
2d8fd587 |
| 09-Jul-2019 |
Nikita Popov |
Fix PHP 7.4 build AST_ASSIGN_OP now directly stores the binary op, assign op opcodes no longer exist.
|
Revision tags: v1.0.2, v1.0.1, v1.0.0, v0.1.7 |
|
#
dd264ecb |
| 06-Oct-2018 |
Nikita Popov |
Deprecate AST version 40
|
Revision tags: v0.1.6, v0.1.5, v0.1.4, v0.1.3 |
|
#
215eafff |
| 04-Aug-2016 |
Nikita Popov |
Remove version 15
|
Revision tags: v0.1.2 |
|
#
d8067862 |
| 04-Aug-2016 |
Nikita Popov |
Deprecate version 20, mark 35 as default
|
#
0d8c47b9 |
| 30-Apr-2016 |
Nikita Popov |
Deprecate version 15 Switching tests to version 30 where possible.
|
#
ab30047f |
| 10-Mar-2016 |
Nikita Popov |
Deprecate version 10
|
Revision tags: v0.1.1, v0.1.0 |
|
#
7a3886c9 |
| 17-Sep-2015 |
Nikita Popov |
Use version 30 for named children
|
#
f69680d5 |
| 21-Aug-2015 |
Nikita Popov |
Use string child names for non-list nodes Implementation needs some polishing.
|
#
f14c869a |
| 21-Aug-2015 |
Nikita Popov |
Use BINARY_ flags for ASSIGN_OP as well Makes it easier to work with if both use the same flags
|