diff options
Diffstat (limited to '0001-fix-test-for-8.5.0beta2.patch')
-rw-r--r-- | 0001-fix-test-for-8.5.0beta2.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/0001-fix-test-for-8.5.0beta2.patch b/0001-fix-test-for-8.5.0beta2.patch new file mode 100644 index 0000000..e51be1f --- /dev/null +++ b/0001-fix-test-for-8.5.0beta2.patch @@ -0,0 +1,24 @@ +From 33d98e7efc25cf79f9969a93131e1b5ff976eb31 Mon Sep 17 00:00:00 2001 +From: Remi Collet <remi@remirepo.net> +Date: Wed, 27 Aug 2025 09:50:06 +0200 +Subject: [PATCH] fix test for 8.5.0beta2 + +--- + tests/bug53603.phpt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/tests/bug53603.phpt b/tests/bug53603.phpt +index 76b8ad9..dcbbeba 100644 +--- a/tests/bug53603.phpt ++++ b/tests/bug53603.phpt +@@ -31,6 +31,6 @@ var_dump($a); + + --EXPECTF-- + +-Warning: ZipArchive::extractTo(teststream://test/foo): %sailed to open stream: "TestStream::stream_open" call failed in %s on line %d ++Warning: ZipArchive::extractTo(teststream://test/foo): %sailed to open stream: "TestStream::stream_open" %s on line %d + bool(false) + +-- +2.51.0 + |