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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user