1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Backport upgrading PHP-Parser to PHP-8.3

This commit is contained in:
Máté Kocsis
2024-01-08 16:16:45 +01:00
parent 379e913e1a
commit 10e8a0d17e

View File

@@ -4925,7 +4925,7 @@ function initPhpParser() {
}
$isInitialized = true;
$version = "5.0.0alpha3";
$version = "5.0.0";
$phpParserDir = __DIR__ . "/PHP-Parser-$version";
if (!is_dir($phpParserDir)) {
installPhpParser($version, $phpParserDir);