From 329a894341b196feda4dce9db40401614faf7947 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Sep 2021 09:35:47 +0200 Subject: update to 8.1.0RC1 bump API version --- php-8.0.0-parser.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-8.0.0-parser.patch') diff --git a/php-8.0.0-parser.patch b/php-8.0.0-parser.patch index f5da3b5..f443f1d 100644 --- a/php-8.0.0-parser.patch +++ b/php-8.0.0-parser.patch @@ -11,6 +11,6 @@ diff -up ./build/gen_stub.php.syslib ./build/gen_stub.php + return; + } + - $version = "4.9.0"; + $version = "4.12.0"; $phpParserDir = __DIR__ . "/PHP-Parser-$version"; if (!is_dir($phpParserDir)) { -- cgit