From fa197ab9cc2ebc6c47bb26299cc5a0035e0b772f Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 1 Feb 2010 19:30:32 +0000 Subject: [PATCH] - fix test --- ext/zip/tests/bug47667.phpt | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/zip/tests/bug47667.phpt b/ext/zip/tests/bug47667.phpt index 960a3c5d7e..9c17de6f9b 100644 --- a/ext/zip/tests/bug47667.phpt +++ b/ext/zip/tests/bug47667.phpt @@ -33,6 +33,7 @@ if ($zip->open($filename, ZipArchive::CREATE) !== true) { } echo "files: " , $zip->numFiles; +$zip->close(); unlink($filename); -- 2.50.1