From cf0f99a53bfa268dec1320d2814a961596959265 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Jun 2022 10:10:46 +0200 Subject: update to 8.2.0alpha1 --- php-8.2.0-parser.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-8.2.0-parser.patch') diff --git a/php-8.2.0-parser.patch b/php-8.2.0-parser.patch index b648290..1b4cdaa 100644 --- a/php-8.2.0-parser.patch +++ b/php-8.2.0-parser.patch @@ -11,6 +11,6 @@ diff -up ./build/gen_stub.php.syslib ./build/gen_stub.php + return; + } + - $version = "4.13.2"; + $version = "4.14.0"; $phpParserDir = __DIR__ . "/PHP-Parser-$version"; if (!is_dir($phpParserDir)) { -- cgit