mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.1'
* PHP-8.1: Update PHP-Parser version in gen_stub
This commit is contained in:
commit
0eb603e3bb
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue