mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Upgrade PHP parser to 4.15.1
It contains some useful fixes
This commit is contained in:
parent
3e362f51ac
commit
05aa3b3e0a
1 changed files with 1 additions and 1 deletions
|
@ -4609,7 +4609,7 @@ function initPhpParser() {
|
||||||
}
|
}
|
||||||
|
|
||||||
$isInitialized = true;
|
$isInitialized = true;
|
||||||
$version = "4.14.0";
|
$version = "4.15.1";
|
||||||
$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