History log of /php-ast/ (Results 101 – 125 of 325)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: v1.0.1
e295388911-Feb-2019 Nikita Popov

Release php-ast 1.0.1

85595ccb11-Feb-2019 Nikita Popov

Compatibility with object handler changes in PHP 8

11e2500811-Feb-2019 Nikita Popov

Try building against PHP 7.4

bac87c0c02-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.

fb1be83430-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

d4c370de26-Jan-2019 Tyson Andre

Support FLAGS_COALESCE on AST_ASSIGN_OP (`??=`)

Revision tags: v1.0.0, v0.1.7
cd4b707214-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 ...

7fe259ed12-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 ...

24a626ec19-Jan-2019 Tyson Andre

Fix a typo in README.md and the changelog

4c8091e512-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.

b1f4c4c421-Oct-2018 Nikita Popov

Add PHP 7.3 to Travis CI

791cf41621-Oct-2018 Nikita Popov

Back to dev

044436b021-Oct-2018 Nikita Popov

Release version 1.0.0

68fcc2b721-Oct-2018 Nikita Popov

Update changelog

42e8e66321-Oct-2018 Nikita Popov

Regenerate AST stub

3656140207-Oct-2018 Nikita Popov

Remove ASSIGN_* flags

As well as old flag versioning information.

15ac063307-Oct-2018 Nikita Popov

Remove unused AST kinds

2ac49f1007-Oct-2018 Nikita Popov

Remove ast\Node\Decl from the documentation

b2f82f1307-Oct-2018 Nikita Popov

Remove changelog for old versions (pre 1.0.0)

a04f661f07-Oct-2018 Nikita Popov

Remove ast\Node\Decl

No longer used since version 50, which is the lowest supported one.

5173b89307-Oct-2018 Nikita Popov

Drop support for version 45

cb12abd707-Oct-2018 Nikita Popov

Remove version 40

5221530707-Oct-2018 Nikita Popov

Version version 35

9ef9b64107-Oct-2018 Nikita Popov

Removed version 30

ea0ae2be07-Oct-2018 Nikita Popov

Bump version to 1.0.0dev

12345678910>>...13