From a29819c2a477fdccc1a9b7809b1bcbff7cc84e64 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Aug 2021 16:44:30 +0200 Subject: update to 8.1.0beta2 oci8 version is now 3.1.0 --- 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