1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00

Update php-parser to 4.13.2 in build/gen_stub.php (#7989)

v4.13.2 fixes a deprecation notice in php 8.2 for namespacedName
This commit is contained in:
Tyson Andre
2022-01-22 12:34:50 -05:00
committed by GitHub
parent 0832d4ab91
commit b27d2fffbc
+1 -1
View File
@@ -3287,7 +3287,7 @@ function initPhpParser() {
}
$isInitialized = true;
$version = "4.13.0";
$version = "4.13.2";
$phpParserDir = __DIR__ . "/PHP-Parser-$version";
if (!is_dir($phpParserDir)) {
installPhpParser($version, $phpParserDir);