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

Update PHP-Parser version in gen_stub

This should address the octal issue encountered in #7610.
This commit is contained in:
Nikita Popov
2021-11-03 12:41:04 +01:00
parent 66c8bf98c3
commit dd0ec7a554

View File

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