#
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 ...
|
#
6b05823e |
| 27-Nov-2021 |
Tyson Andre |
Update php versions tested in CI, prepare the 1.0.15 release (#218) * Update php versions tested in CI PHP '8.1' isn't published yet on docker hub. Start testing with php 8
Update php versions tested in CI, prepare the 1.0.15 release (#218) * Update php versions tested in CI PHP '8.1' isn't published yet on docker hub. Start testing with php 8.1 in appveyor * Prepare for a 1.0.15 release Make it possible to test with php 8.2 without deprecation notes for endLineno, etc. See #217 Also, document how to properly update cache slot numbers if new properties are added to ast\Node in the future.
show more ...
|
#
28f5201f |
| 05-Apr-2021 |
Tyson Andre |
Support php 8.1 enums (#197) * Support php 8.1 enums * Test with travis and php 8.0, again * AST_ENUM_CASE can have attributes * Set `type` property of `AST_CLASS`
Support php 8.1 enums (#197) * Support php 8.1 enums * Test with travis and php 8.0, again * AST_ENUM_CASE can have attributes * Set `type` property of `AST_CLASS` iff ast version 85+ (iff === if and only if) * Add AST_CLASS's type in version 85+ prior to php 8.1 * [skip ci] Document support for php 8.1 enums
show more ...
|
#
22be8b1d |
| 26-Nov-2020 |
Tyson Andre |
Start testing with 8.0.0 stable on appveyor (#195)
|
#
58493b38 |
| 09-Oct-2020 |
Tyson Andre |
Also check archives for qa 8.0.0rc releases (#190) I forgot, these get moved to the /archive folder when they're no longer the newest releases. Avoid nested ifs and use powershe
Also check archives for qa 8.0.0rc releases (#190) I forgot, these get moved to the /archive folder when they're no longer the newest releases. Avoid nested ifs and use powershell foreach.
show more ...
|
#
0447f049 |
| 08-Oct-2020 |
Tyson Andre |
Start testing in appveyor with php 8 (#189)
|
#
f0f8c3b7 |
| 05-Aug-2020 |
Tyson Andre |
Release php-ast 1.0.8 (#171)
|
#
f2a1ddc7 |
| 17-Jan-2020 |
Derick Rethans |
Fixed warning in ZTS mode, as the paths are the same
|
#
215e1308 |
| 01-Jan-2020 |
Tyson Andre |
Add php 7.3 and 7.4 to appveyor tests (#145)
|
Revision tags: v1.0.5, v1.0.4, v1.0.3, v1.0.2, v1.0.1, v1.0.0, v0.1.7 |
|
#
0ce5aeba |
| 21-Feb-2018 |
Anatol Belski |
Upgrade to latest SDK and change the way items are fetched
|
#
b6931d05 |
| 18-Feb-2018 |
Anatol Belski |
Fix exit status propagation on AppVeyor
|
#
f2ff357f |
| 20-Jan-2018 |
Anatol Belski |
Update versions in the matrix and add PHP 7.2
|
Revision tags: v0.1.6 |
|
#
6492f2be |
| 24-Sep-2017 |
Anatol Belski |
AppVeyor support revamped (#83) Based on https://github.com/weltling/parle/blob/master/.appveyor.yml
|