Skip to content

Commit db62ad1

Browse files
committed
fix test, thanks Indrek
1 parent 166bc64 commit db62ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zip/tests/oo_addglob2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (!$zip->addGlob($dirname . 'foo.*', GLOB_BRACE, $options)) {
3232
$options = [
3333
'remove_all_path' => true,
3434
'comp_method' => ZipArchive::CM_STORE,
35-
'comp_password' => 5,
35+
'comp_flags' => 5,
3636
'enc_method' => ZipArchive::EM_AES_256,
3737
'enc_password' => 'secret',
3838
];

0 commit comments

Comments
 (0)