From 10e8a0d17e4c1b2e9148560a843e18b891954c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Mon, 8 Jan 2024 16:16:45 +0100 Subject: [PATCH] Backport upgrading PHP-Parser to PHP-8.3 --- build/gen_stub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/gen_stub.php b/build/gen_stub.php index a4818dd33c8..b3f3fcfba63 100755 --- a/build/gen_stub.php +++ b/build/gen_stub.php @@ -4925,7 +4925,7 @@ function initPhpParser() { } $isInitialized = true; - $version = "5.0.0alpha3"; + $version = "5.0.0"; $phpParserDir = __DIR__ . "/PHP-Parser-$version"; if (!is_dir($phpParserDir)) { installPhpParser($version, $phpParserDir);