summaryrefslogtreecommitdiffstats
path: root/31.patch
diff options
context:
space:
mode:
Diffstat (limited to '31.patch')
-rw-r--r--31.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/31.patch b/31.patch
deleted file mode 100644
index f4cc45d..0000000
--- a/31.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 50ae3ccf376ec8540a8220aba85e59a7979ac72c Mon Sep 17 00:00:00 2001
-From: Remi Collet <remi@remirepo.net>
-Date: Wed, 15 Apr 2020 16:05:14 +0200
-Subject: [PATCH] fix test to pass with PHP 8
-
----
- tests/streams_7.phpt | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/tests/streams_7.phpt b/tests/streams_7.phpt
-index 6d72cff..aa76d64 100644
---- a/tests/streams_7.phpt
-+++ b/tests/streams_7.phpt
-@@ -15,8 +15,8 @@ readfile("compress.zstd://https://github.com/kjdev/php-ext-zstd/raw/master/tests
- --EXPECTF--
- Warning: readfile(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in %s
-
--Warning: readfile(https://github.com/kjdev/php-ext-zstd/raw/master/tests/streaming.zst): failed to open stream: no suitable wrapper could be found in %s
-+Warning: readfile(https://github.com/kjdev/php-ext-zstd/raw/master/tests/streaming.zst): %sailed to open stream: no suitable wrapper could be found in %s
-
--Warning: readfile(compress.zstd://https://github.com/kjdev/php-ext-zstd/raw/master/tests/streaming.zst): failed to open stream: operation failed in %s
-+Warning: readfile(compress.zstd://https://github.com/kjdev/php-ext-zstd/raw/master/tests/streaming.zst): %sailed to open stream: operation failed in %s
-
- ===Done===