summaryrefslogtreecommitdiffstats
path: root/35.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-01-22 08:25:01 +0100
committerRemi Collet <remi@remirepo.net>2021-01-22 08:25:01 +0100
commitc7f35cbae43a71689e7c6e90562ba2af1bb80bd5 (patch)
treea9f562cb0c903c1ac333c57e1bf03188fccd227d /35.patch
parent0156868cf50cba11b2646bc50d5313801d0715c0 (diff)
update to 0.10.0
drop patch merged upstream enable apcu serializer with PHP 7+
Diffstat (limited to '35.patch')
-rw-r--r--35.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/35.patch b/35.patch
deleted file mode 100644
index b14fd66..0000000
--- a/35.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 729d8401bfba37a3ee558cd051a1a525b5301dbd Mon Sep 17 00:00:00 2001
-From: Remi Collet <remi@remirepo.net>
-Date: Wed, 30 Sep 2020 12:22:49 +0200
-Subject: [PATCH] relax tests for 8.0.0R1C
-
----
- tests/002_b.phpt | 2 +-
- tests/005_b.phpt | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/tests/002_b.phpt b/tests/002_b.phpt
-index ed0172d..8c4c329 100644
---- a/tests/002_b.phpt
-+++ b/tests/002_b.phpt
-@@ -29,7 +29,7 @@ try {
- ===Done===
- --EXPECTF--
- *** Testing zstd_compress() function with Zero arguments ***
--ArgumentCountError: zstd_compress() expects at least 1 parameter, 0 given in %s:%d
-+ArgumentCountError: zstd_compress() expects at least 1 %s, 0 given in %s:%d
- Stack trace:
- #0 %s(%d): zstd_compress()
- #1 {main}
-diff --git a/tests/005_b.phpt b/tests/005_b.phpt
-index afd9d19..dca21eb 100644
---- a/tests/005_b.phpt
-+++ b/tests/005_b.phpt
-@@ -33,7 +33,7 @@ try {
- ===DONE===
- --EXPECTF--
- *** Testing zstd_uncompress() function with Zero arguments ***
--ArgumentCountError: zstd_uncompress() expects exactly 1 parameter, 0 given in %s:%d
-+ArgumentCountError: zstd_uncompress() expects exactly 1 %s, 0 given in %s:%d
- Stack trace:
- #0 %s(%d): zstd_uncompress()
- #1 {main}