History log of /php-ast/ (Results 76 – 100 of 325)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
215e130801-Jan-2020 Tyson Andre

Add php 7.3 and 7.4 to appveyor tests (#145)

6e783b9b27-Nov-2019 Tyson Andre

Update current version in docs to 70

Also, fix grammar nits.

(there should be commas after "Furthermore". More common choices such as
"Next,"/"Then," might be more conventional

Update current version in docs to 70

Also, fix grammar nits.

(there should be commas after "Furthermore". More common choices such as
"Next,"/"Then," might be more conventional for installation instructions)

show more ...

Revision tags: v1.0.5
3d85ce0623-Nov-2019 Tyson Andre

Fix ReflectionExtension::getVersion (#141)

7883996d23-Nov-2019 Tyson Andre

Support ast\flags\TYPE_FALSE for union types. (#140)

AST_CAST already has some impossible flags such as TYPE_ITERABLE.

This was overlooked when adding AST_TYPE_UNION

Revision tags: v1.0.4
34bad61910-Nov-2019 Tyson Andre

Release php-ast 1.0.4 (#139)

* Release php-ast 1.0.4

* Update date, add me as <developer> in package.xml

2040325f27-Oct-2019 Tyson Andre

Support PHP 8.0 Union Type RFC

b062464f27-Oct-2019 Tyson Andre

Merge pull request #99 from TysonAndre/tolerant-php-parser

Update the link to a fallback for php-ast


bc4ccdc629-Sep-2019 Tyson Andre

Fix test expectations in PHP 8.0

5b6f45ea29-Aug-2019 Nikita Popov

Remove unused function

c6ee78cc28-Jul-2019 Nikita Popov

Back to dev

Revision tags: v1.0.3
6e17f49427-Jul-2019 Tyson Andre

Release php-ast 1.0.3

aa3f513e27-Jul-2019 Tyson Andre

Add ast\flags\PARENTHESIZED_CONDITIONAL for php 7.4

This will make it easier for static analyzers to warn about the lack of
parenthesis, to format code from ASTs, etc.

5ed5931721-Jul-2019 Tyson Andre

Add DIM_ALTERNATIVE_SYNTAX flag for 7.4's $x{$i}

Fixes #128

Fix ast\kind_uses_flags(ast\AST_ARROW_FUNC) in php < 7.4

7bf72a8e14-Jul-2019 Tyson Andre

Update NEWS

2d8fd58709-Jul-2019 Nikita Popov

Fix PHP 7.4 build

AST_ASSIGN_OP now directly stores the binary op, assign op opcodes
no longer exist.

113e782830-Jun-2019 Nikita Popov

Back to dev

Revision tags: v1.0.2
a6e1f88230-Jun-2019 Tyson Andre

Release php-ast 1.0.2

And put together release notes.

0f9c680918-May-2019 Tyson Andre

Normalize representation of parenthesized concat in php 7.4

Fixes #123

1c71634b11-May-2019 Tyson Andre

Fix generating signature types of AST_ARROW_FUNC

The return/parameter types would have incorrect AST nodes generated
due to the param/return type check not being added for AST_ARROW_FUNC

Fix generating signature types of AST_ARROW_FUNC

The return/parameter types would have incorrect AST nodes generated
due to the param/return type check not being added for AST_ARROW_FUNC.

Fixes #121

show more ...

ae71ecc304-May-2019 Tyson Andre

Support AST_ARROW_FUNC, add tests

0e7ef05918-Apr-2019 Tyson Andre

Change current AST version from 60 to 70 (#119)

And mark version 70 as no longer being experimental

96589b6106-Apr-2019 Tyson Andre

Remove the ZEND_ prefix from README for some node kinds

195036c711-Feb-2019 Nikita Popov

Fix arginfo: $version is a required parameter

a3663b4311-Feb-2019 Remi Collet

display extension and AST version in phpinfo

80cdfb6411-Feb-2019 Nikita Popov

Back to dev

12345678910>>...13