summaryrefslogtreecommitdiff
path: root/build/gen_stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'build/gen_stub.php')
-rwxr-xr-xbuild/gen_stub.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/gen_stub.php b/build/gen_stub.php
index 0584ecc710..24e34430bd 100755
--- a/build/gen_stub.php
+++ b/build/gen_stub.php
@@ -1105,7 +1105,7 @@ function initPhpParser() {
}
$isInitialized = true;
- $version = "4.3.0";
+ $version = "4.9.0";
$phpParserDir = __DIR__ . "/PHP-Parser-$version";
if (!is_dir($phpParserDir)) {
installPhpParser($version, $phpParserDir);