History log of /PHP-Parser/ (Results 1 – 25 of 1647)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c5ee33df19-Apr-2024 Markus Staab

Declare more precise phpdoc types (#993)

46be456017-Mar-2024 Nikita Popov

Use PHP 8.3 for more CI jobs

f2e037f817-Mar-2024 Markus Staab

Make phpunit fail on deprecation warnings (#989)

(cherry picked from commit 4d36e9c16f4820c2ed9360bc818982f3c02a08f5)

b43758e917-Mar-2024 Nikita Popov

Remove PHPUnit 7 and 8

PHPUnit 9 supports all the PHP versions that we need. Also update
the PHPUnit config schema.

09691fc813-Mar-2024 Markus Staab

Prevent off-by-one errors in line-number related methods

1396767905-Mar-2024 Nikita Popov

Release PHP-Parser 5.0.2

70c9649302-Mar-2024 Nikita Popov

Fix indentation detection after opening tag

Fixes #982.

ec02613401-Mar-2024 Maarten Buis

Update `PhpVersion::getNewestSupported()` to PHP 8.3

af14fdb221-Feb-2024 Nikita Popov

Avoid cyclic reference in parser

Pass $this as an explicit $self argument to the reduce callbacks,
so we can make them static. This avoids a circular reference in
the parser, so that

Avoid cyclic reference in parser

Pass $this as an explicit $self argument to the reduce callbacks,
so we can make them static. This avoids a circular reference in
the parser, so that it can be immediately destroyed when it goes
out of scope.

Fixes #980.

show more ...

2218c22521-Feb-2024 Nikita Popov

Release PHP-Parser 5.0.1

ce019e9a14-Jan-2024 sasezaki

Add dev tool files to export-ignore

ff095c3c10-Jan-2024 Nikita Popov

Check for tokens with non-integer ID

Fixes #974.

d619c8b409-Jan-2024 Nikita Popov

Fix typo in upgrading guide

Fixes #973.

eb036d5a07-Jan-2024 Nikita Popov

Add instructions for adding new syntax support

4a21235f07-Jan-2024 Nikita Popov

Update documentation links in README

fba1d62107-Jan-2024 Nikita Popov

Release PHP-Parser 5.0.0

5cc5a67007-Jan-2024 Nikita Popov

Upgrading guide tweaks

f603e19307-Jan-2024 Nikita Popov

Avoid PHPUnit deprecation warnings

1eeeb2d522-Dec-2023 Ondrej Mirtes

Fix parent class of PropertyItem and UseItem

255000ad20-Dec-2023 Nikita Popov

Release PHP-Parser 5.0.0rc1

f7d484aa20-Dec-2023 Nikita Popov

Fix handling of empty input

Fixes #967.

f82a636510-Dec-2023 Nikita Popov

Add upgrading nodes for changes since beta1

Fixes #965.
Fixes #966.

13a41f0517-Dec-2023 Ondřej Mirtes

Fix typos in UPGRADE-5.0.md

f666500728-Nov-2023 Ondrej Mirtes

Fix NameResolver for class constant native type

d0b3512612-Nov-2023 Nikita Popov

Update CHANGELOG

12345678910>>...66