mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Update PHP-Parser version in gen_stub
This should address the octal issue encountered in #7610.
This commit is contained in:
parent
66c8bf98c3
commit
dd0ec7a554
1 changed files with 1 additions and 1 deletions
|
@ -3265,7 +3265,7 @@ function initPhpParser() {
|
||||||
}
|
}
|
||||||
|
|
||||||
$isInitialized = true;
|
$isInitialized = true;
|
||||||
$version = "4.12.0";
|
$version = "4.13.0";
|
||||||
$phpParserDir = __DIR__ . "/PHP-Parser-$version";
|
$phpParserDir = __DIR__ . "/PHP-Parser-$version";
|
||||||
if (!is_dir($phpParserDir)) {
|
if (!is_dir($phpParserDir)) {
|
||||||
installPhpParser($version, $phpParserDir);
|
installPhpParser($version, $phpParserDir);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue