From db62ad18f3c8697c7d5b4383ee7b17379a6e7462 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Mar 2020 12:09:15 +0100 Subject: [PATCH] fix test, thanks Indrek --- ext/zip/tests/oo_addglob2.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/zip/tests/oo_addglob2.phpt b/ext/zip/tests/oo_addglob2.phpt index 35fe7f26bf..18b74758c5 100644 --- a/ext/zip/tests/oo_addglob2.phpt +++ b/ext/zip/tests/oo_addglob2.phpt @@ -32,7 +32,7 @@ if (!$zip->addGlob($dirname . 'foo.*', GLOB_BRACE, $options)) { $options = [ 'remove_all_path' => true, 'comp_method' => ZipArchive::CM_STORE, - 'comp_password' => 5, + 'comp_flags' => 5, 'enc_method' => ZipArchive::EM_AES_256, 'enc_password' => 'secret', ]; -- 2.40.0