From c209cd7b3486ca9ac327eeba353be46852c99b92 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Sep 2022 14:04:15 +0200 Subject: update to 8.2.0RC2 (new tag) add patch from https://github.com/php/php-src/pull/9537 --- 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 1b4cdaa..dcfe617 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.14.0"; + $version = "4.15.1"; $phpParserDir = __DIR__ . "/PHP-Parser-$version"; if (!is_dir($phpParserDir)) { -- cgit