History log of /PHP-Parser/ (Results 501 – 525 of 1690)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
bf086d9809-Feb-2020 Nikita Popov

FPPP: Remove special Nop handling

This results in ugly formatting, but avoids generating invalid
code.

521addec31-Jan-2020 Ryan Weaver

Adding a test case for Nop causing bad new statement placement

88f3a66917-Nov-2019 Tomáš Votruba

Add union type to ParamBuilder and BuilderHelpers

ba9cf39920-Dec-2019 Graham Campbell

Test on PHP 7.4 stable

f862853912-Nov-2019 Sam Reed

Add .gitattributes to .gitattributes

Alphasort too

Revision tags: v4.3.0
9a9981c308-Nov-2019 Nikita Popov

Release PHP-Parser 4.3.0

2c42f64408-Nov-2019 Nikita Popov

Update php-yacc dependency

This version has fixed error handling.

664c101225-Oct-2019 Nikita Popov

Add support for union types

We definitely need to introduce a general "Type" abstraction in
the next major version.

5b1cd2e402-Nov-2019 Nikita Popov

Fix phpdoc for Param\Builer::$type

Revision tags: v4.2.5
b76bbc3c25-Oct-2019 Nikita Popov

Release PHP-Parser 4.2.5

eacc5dbe19-Oct-2019 Nikita Popov

Default to using php-yacc to generate the parsers

3226eb4019-Oct-2019 Nikita Popov

Accept KMYACC env var in rebuildParsers.php

54c37f6b19-Oct-2019 Nikita Popov

Remove -l flag from kmyacc invocation

For PHP this doesn't do anything anyway.

0a80b2d819-Oct-2019 Nikita Popov

Fix PHP 8 compatibility

This is a fix to preserve current behavior, but this should be
changed towards doing the same as PHP 8 does.

2f45e05019-Oct-2019 Nikita Popov

Skip php-src test file

69c105dd12-Oct-2019 Sam Reed

Add .gitignore to .gitattributes

Revision tags: v4.2.4, v4.2.3
6032031723-Jul-2019 Kyle

Optimize production build by ignoring dev files

97e59c7a01-Sep-2019 Nikita Popov

Release PHP-Parser 4.2.4

006acba030-Aug-2019 Tomas Votruba

add getTraitUses() method to ClassLike

005bb1db30-Aug-2019 Tomas Votruba

add getProperties() and getConstants() to ClassLike

40e7b67d29-Aug-2019 Tomas Votruba

gitignore: add phpunit test cache

5644a91630-Aug-2019 Nikita Popov

Sync flexible heredoc emulation with label fix

This was recently fixed in PHP via
https://github.com/php/php-src/commit/310708845ff02b9e252b7a02616290384dd846ba
so we should fix it h

Sync flexible heredoc emulation with label fix

This was recently fixed in PHP via
https://github.com/php/php-src/commit/310708845ff02b9e252b7a02616290384dd846ba
so we should fix it here as well.

I'm not adding a dedicated test as it will fail until new PHP versions
are released. This is indirectly tested through the php-src tester.

show more ...

e612609012-Aug-2019 Nikita Popov

Release PHP-Parser 4.2.3

4fd36b9912-Aug-2019 Nikita Popov

Fix compatibility with T_BAD_CHARACTER in PHP 7.4

a1f7269013-Jul-2019 Tyson Andre

Fix harmless typos in documentation

1...<<21222324252627282930>>...68