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);