]> granicus.if.org Git - php/commit
Fix bug #77960 add compr. /encr. options for ZipArchive::addGlob and ZipArchive:...
authorRemi Collet <remi@remirepo.net>
Wed, 18 Mar 2020 10:55:16 +0000 (11:55 +0100)
committerRemi Collet <remi@php.net>
Wed, 18 Mar 2020 13:05:09 +0000 (14:05 +0100)
commit3b22e10535e44340dcf1f59f57e6d194ac362ef4
tree0282d7efd84b80096c3d08e351ee2eb3ee0a3429
parentbb43a3822e42dbd15b1d416a166549d3980b379a
Fix bug #77960 add compr. /encr. options for ZipArchive::addGlob and ZipArchive::addPattern

options parameter now accepts:
- comp_method
- comp_flags
- enc_method
- enc_password
ext/zip/php_zip.c
ext/zip/tests/oo_addglob2.phpt [new file with mode: 0644]