From bb53924b74420f6f283e1361df6ee4c5bb238ff0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Aug 2020 07:57:23 +0200 Subject: rebuild for 8.0.0beta1 more upstream patches --- 12845d5957b8af7c356e31f0d1be3d72986aab26.patch | 56 -------------------------- 1 file changed, 56 deletions(-) delete mode 100644 12845d5957b8af7c356e31f0d1be3d72986aab26.patch (limited to '12845d5957b8af7c356e31f0d1be3d72986aab26.patch') diff --git a/12845d5957b8af7c356e31f0d1be3d72986aab26.patch b/12845d5957b8af7c356e31f0d1be3d72986aab26.patch deleted file mode 100644 index a01267d..0000000 --- a/12845d5957b8af7c356e31f0d1be3d72986aab26.patch +++ /dev/null @@ -1,56 +0,0 @@ -From 12845d5957b8af7c356e31f0d1be3d72986aab26 Mon Sep 17 00:00:00 2001 -From: Nikita Popov -Date: Sat, 15 Feb 2020 11:09:22 +0100 -Subject: [PATCH] Fork test for PHP 8 - ---- - tests/apc_store_reference.phpt | 2 ++ - tests/apc_store_reference_php8.phpt | 26 ++++++++++++++++++++++++++ - 2 files changed, 28 insertions(+) - create mode 100644 tests/apc_store_reference_php8.phpt - -diff --git a/tests/apc_store_reference.phpt b/tests/apc_store_reference.phpt -index 2228899..d2cb991 100644 ---- a/tests/apc_store_reference.phpt -+++ b/tests/apc_store_reference.phpt -@@ -4,6 +4,8 @@ The outermost value should always be a value, not a reference - apc.enabled=1 - apc.enable_cli=1 - apc.serializer=default -+--SKIPIF-- -+= 80000) die('skip Requires PHP < 8.0.0'); ?> - --FILE-- - = 8.0.0'); ?> -+--FILE-- -+ &$value]); -+$result = apcu_fetch("key"); -+var_dump($result); -+ -+?> -+--EXPECT-- -+array(1) { -+ [0]=> -+ *RECURSION* -+} -- cgit