Skip to content

Commit 23c79fb

Browse files
committed
Release PHP-Parser 5.2.0
1 parent b9c8374 commit 23c79fb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version 5.2.0-dev
2-
-----------------
1+
Version 5.2.0 (2024-09-15)
2+
--------------------------
33

44
### Added
55

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PHP Parser
66
This is a PHP parser written in PHP. Its purpose is to simplify static code analysis and
77
manipulation.
88

9-
[**Documentation for version 5.x**][doc_master] (current; for running on PHP >= 7.4; for parsing PHP 7.0 to PHP 8.3, with limited support for parsing PHP 5.x).
9+
[**Documentation for version 5.x**][doc_master] (current; for running on PHP >= 7.4; for parsing PHP 7.0 to PHP 8.4, with limited support for parsing PHP 5.x).
1010

1111
[Documentation for version 4.x][doc_4_x] (supported; for running on PHP >= 7.0; for parsing PHP 5.2 to PHP 8.3).
1212

doc/0_Introduction.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ following caveats:
4343

4444
As the parser is based on the tokens returned by `token_get_all` (which is only able to lex the PHP
4545
version it runs on), additionally a wrapper for emulating tokens from newer versions is provided.
46-
This allows to parse PHP 8.3 source code running on PHP 7.4, for example. This emulation is not
46+
This allows to parse PHP 8.4 source code running on PHP 7.4, for example. This emulation is not
4747
perfect, but works well in practice.
4848

4949
Finally, it should be noted that the parser aims to accept all valid code, not reject all invalid

0 commit comments

Comments
 (0)