96589b61 | 06-Apr-2019 |
Tyson Andre |
Remove the ZEND_ prefix from README for some node kinds |
195036c7 | 11-Feb-2019 |
Nikita Popov |
Fix arginfo: $version is a required parameter |
a3663b43 | 11-Feb-2019 |
Remi Collet |
display extension and AST version in phpinfo |
80cdfb64 | 11-Feb-2019 |
Nikita Popov |
Back to dev |
Revision tags: v1.0.1 |
|
e2953889 | 11-Feb-2019 |
Nikita Popov |
Release php-ast 1.0.1 |
85595ccb | 11-Feb-2019 |
Nikita Popov |
Compatibility with object handler changes in PHP 8 |
11e25008 | 11-Feb-2019 |
Nikita Popov |
Try building against PHP 7.4 |
bac87c0c | 02-Feb-2019 |
Tyson Andre |
Add missing tests to package.xml - Reword my earlier note in the changelog to be clearer - Add all missing test files. |
fb1be834 | 30-Jan-2019 |
Tyson Andre |
Add AST_CLASS_NAME in AST version 70 (#111) Add AST_CLASS_NAME in AST version 70 Fixes #109 Tests pass with a local PHP 7.4 installation |
d4c370de | 26-Jan-2019 |
Tyson Andre |
Support FLAGS_COALESCE on AST_ASSIGN_OP (`??=`) |
Revision tags: v1.0.0, v0.1.7 |
|
cd4b7072 | 14-Jul-2018 |
Tyson Andre |
Update the link to a fallback for php-ast TysonAndre/php-parser-to-php-ast isn't actively maintained right now, doesn't have any projects using it, and doesn't support PHP-Parser 4.
Update the link to a fallback for php-ast TysonAndre/php-parser-to-php-ast isn't actively maintained right now, doesn't have any projects using it, and doesn't support PHP-Parser 4. The other polyfill has had more work done for detecting edge cases, and handling incomplete ASTs.
show more ...
|
7fe259ed | 12-Jan-2019 |
Tyson Andre |
Add AST_PROP_GROUP in version 70. The type information is deliberately left out of versions < 70. `children['type']` is a Node describing the type of the property group, or null
Add AST_PROP_GROUP in version 70. The type information is deliberately left out of versions < 70. `children['type']` is a Node describing the type of the property group, or null. `children['props']` is the AST_PROP_DECL. The property visibility modifier flags were moved to the AST_PROP_GROUP. Update package.xml
show more ...
|
24a626ec | 19-Jan-2019 |
Tyson Andre |
Fix a typo in README.md and the changelog |
4c8091e5 | 12-Jan-2019 |
Tyson Andre |
Fix a php 7.4-dev segfault The change to add typed properties accesses cache_slot[2] (of `AST_CACHE_SLOT_*`). This fixes that. |
b1f4c4c4 | 21-Oct-2018 |
Nikita Popov |
Add PHP 7.3 to Travis CI |
791cf416 | 21-Oct-2018 |
Nikita Popov |
Back to dev |
044436b0 | 21-Oct-2018 |
Nikita Popov |
Release version 1.0.0 |
68fcc2b7 | 21-Oct-2018 |
Nikita Popov |
Update changelog |
42e8e663 | 21-Oct-2018 |
Nikita Popov |
Regenerate AST stub |
36561402 | 07-Oct-2018 |
Nikita Popov |
Remove ASSIGN_* flags As well as old flag versioning information. |
15ac0633 | 07-Oct-2018 |
Nikita Popov |
Remove unused AST kinds |
2ac49f10 | 07-Oct-2018 |
Nikita Popov |
Remove ast\Node\Decl from the documentation |
b2f82f13 | 07-Oct-2018 |
Nikita Popov |
Remove changelog for old versions (pre 1.0.0) |
a04f661f | 07-Oct-2018 |
Nikita Popov |
Remove ast\Node\Decl No longer used since version 50, which is the lowest supported one. |
5173b893 | 07-Oct-2018 |
Nikita Popov |
Drop support for version 45 |