History log of /php-ast/php_ast.h (Results 51 – 75 of 77)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v0.1.7
# 34c324d4 06-Oct-2018 Nikita Popov

Release version 0.1.7


# be02cd2a 06-Jan-2018 Thomas Punt

Fix ZTS mode

This requires shifting str_ member variable out of the Zend globals
(which is stored in TLS), and into a true global structure instead


# db22ee24 08-Oct-2017 Nikita Popov

Back to dev


Revision tags: v0.1.6
# 7c3dfa51 08-Oct-2017 Nikita Popov

Release version 0.1.6


# 8f4a033b 29-Jul-2017 Nikita Popov

Add ast\get_metadata() function

This function returns metadata about the AST kinds. Currently this
mainly provides the flags supported by each AST kind.


# c5990ac8 19-Jul-2017 Nikita Popov

Back to dev


Revision tags: v0.1.5
# b4bb1676 19-Jul-2017 Nikita Popov

Release version 0.1.5


# 902851bd 25-Jan-2017 Nikita Popov

Back to dev


Revision tags: v0.1.4
# 701e8539 25-Jan-2017 Nikita Popov

Release version 0.1.4

With fix for handling of nullable types


# 246f22b9 18-Jan-2017 Nikita Popov

Back to dev


Revision tags: v0.1.3
# ae55a198 18-Jan-2017 Nikita Popov

Release version 0.1.3


# 2ce4fe7b 04-Aug-2016 Nikita Popov

Back to dev


Revision tags: v0.1.2
# abfef408 04-Aug-2016 Nikita Popov

Release version 0.1.2


# fc5048fc 04-Aug-2016 Nikita Popov

Support nullable types

Represent these using a new AST_NULLABLE_TYPE virtual node.


# b8f5805b 08-Jun-2016 Nikita Popov

Fix build on PHP 7.1


# 466fc56f 04-Dec-2015 Nikita Popov

Back to 0.1.2-dev


Revision tags: v0.1.1
# 3b9abc7b 04-Dec-2015 Nikita Popov

Release version 0.1.1 with OSX build fix


# fed12faa 04-Dec-2015 Nikita Popov

Avoid premature macro resolution / Fix OSX build

AST_STR(true) and AST_STR(false) were resolved to AST_STR(1) and
AST_STR(0), so go back to using a str_ prefix everywhere.


# 04c10231 04-Dec-2015 Nikita Popov

Back to 0.1.1-dev


Revision tags: v0.1.0
# a6de8b59 04-Dec-2015 Nikita Popov

Version 0.1.0


# f4284d74 28-Oct-2015 Remi Collet

Set version to 0.1.0-dev


# f69680d5 21-Aug-2015 Nikita Popov

Use string child names for non-list nodes

Implementation needs some polishing.


# 17102670 21-Aug-2015 Nikita Popov

Use X macro for global strings

I plan on adding more of these, so drop all the repetition.

Also add AST_STR() macro to abstract the naming convention.


# 9e86d108 30-Jun-2015 Rasmus Lerdorf

Add virtual AST_CLOSURE_VAR node Without this you couldn't distinguish a by-ref closure use var


# 01e7a14f 18-Jun-2015 Rasmus Lerdorf

Store the decl name as well if present


1234