]> granicus.if.org Git - php/commit
Sync ext/zip with pecl/zip version 1.3.2
authorRemi Collet <remi@php.net>
Mon, 4 Nov 2013 12:23:36 +0000 (13:23 +0100)
committerRemi Collet <remi@php.net>
Mon, 4 Nov 2013 12:23:36 +0000 (13:23 +0100)
commit5dc37b351085a7b8cdc30ef2ebb349c8e5df4e2c
tree33357220b91d8553c0978e6392385e0fb8e49028
parent2f555b8e606b5f09d635cef4d3fcbcd6939adae2
Sync ext/zip with pecl/zip version 1.3.2
- update libzip to version 1.11.1. We don't use any private symbol anymore
- new method ZipArchive::setPassword($password)
- add --with-libzip option to build with system libzip
99 files changed:
ext/zip/CREDITS
ext/zip/config.m4
ext/zip/config.w32
ext/zip/examples/addglob.php [new file with mode: 0644]
ext/zip/examples/addpattern.php [new file with mode: 0644]
ext/zip/lib/mkstemp.c [new file with mode: 0644]
ext/zip/lib/php_zip_config.w32.h [new file with mode: 0644]
ext/zip/lib/zip.h
ext/zip/lib/zip_add.c
ext/zip/lib/zip_add_dir.c
ext/zip/lib/zip_add_entry.c [new file with mode: 0644]
ext/zip/lib/zip_close.c
ext/zip/lib/zip_delete.c
ext/zip/lib/zip_dir_add.c [moved from ext/zip/lib/zip_entry_new.c with 61% similarity]
ext/zip/lib/zip_dirent.c
ext/zip/lib/zip_discard.c [moved from ext/zip/lib/zip_free.c with 86% similarity]
ext/zip/lib/zip_entry.c [moved from ext/zip/lib/zip_entry_free.c with 79% similarity]
ext/zip/lib/zip_error.c
ext/zip/lib/zip_error_clear.c
ext/zip/lib/zip_error_get.c
ext/zip/lib/zip_error_get_sys_type.c
ext/zip/lib/zip_error_to_str.c
ext/zip/lib/zip_extra_field.c [new file with mode: 0644]
ext/zip/lib/zip_extra_field_api.c [new file with mode: 0644]
ext/zip/lib/zip_fclose.c
ext/zip/lib/zip_fdopen.c
ext/zip/lib/zip_file_add.c [new file with mode: 0644]
ext/zip/lib/zip_file_error_clear.c
ext/zip/lib/zip_file_error_get.c
ext/zip/lib/zip_file_get_comment.c [moved from ext/zip/lib/zip_get_file_extra.c with 72% similarity]
ext/zip/lib/zip_file_get_offset.c
ext/zip/lib/zip_file_rename.c [moved from ext/zip/lib/zip_set_file_extra.c with 70% similarity]
ext/zip/lib/zip_file_replace.c [new file with mode: 0644]
ext/zip/lib/zip_file_set_comment.c [new file with mode: 0644]
ext/zip/lib/zip_file_strerror.c
ext/zip/lib/zip_filerange_crc.c
ext/zip/lib/zip_fopen.c
ext/zip/lib/zip_fopen_encrypted.c
ext/zip/lib/zip_fopen_index.c
ext/zip/lib/zip_fopen_index_encrypted.c
ext/zip/lib/zip_fread.c
ext/zip/lib/zip_get_archive_comment.c
ext/zip/lib/zip_get_archive_flag.c
ext/zip/lib/zip_get_compression_implementation.c
ext/zip/lib/zip_get_encryption_implementation.c
ext/zip/lib/zip_get_file_comment.c
ext/zip/lib/zip_get_name.c
ext/zip/lib/zip_get_num_entries.c
ext/zip/lib/zip_get_num_files.c
ext/zip/lib/zip_memdup.c
ext/zip/lib/zip_name_locate.c
ext/zip/lib/zip_new.c
ext/zip/lib/zip_open.c
ext/zip/lib/zip_rename.c
ext/zip/lib/zip_replace.c
ext/zip/lib/zip_set_archive_comment.c
ext/zip/lib/zip_set_archive_flag.c
ext/zip/lib/zip_set_default_password.c
ext/zip/lib/zip_set_file_comment.c
ext/zip/lib/zip_set_file_compression.c [new file with mode: 0644]
ext/zip/lib/zip_set_name.c
ext/zip/lib/zip_source_buffer.c
ext/zip/lib/zip_source_close.c
ext/zip/lib/zip_source_crc.c
ext/zip/lib/zip_source_deflate.c
ext/zip/lib/zip_source_error.c
ext/zip/lib/zip_source_file.c
ext/zip/lib/zip_source_filep.c
ext/zip/lib/zip_source_free.c
ext/zip/lib/zip_source_function.c
ext/zip/lib/zip_source_layered.c
ext/zip/lib/zip_source_open.c
ext/zip/lib/zip_source_pkware.c
ext/zip/lib/zip_source_pop.c
ext/zip/lib/zip_source_read.c
ext/zip/lib/zip_source_stat.c
ext/zip/lib/zip_source_window.c [new file with mode: 0644]
ext/zip/lib/zip_source_zip.c
ext/zip/lib/zip_source_zip_new.c [new file with mode: 0644]
ext/zip/lib/zip_stat.c
ext/zip/lib/zip_stat_index.c
ext/zip/lib/zip_stat_init.c
ext/zip/lib/zip_strerror.c
ext/zip/lib/zip_string.c [new file with mode: 0644]
ext/zip/lib/zip_unchange.c
ext/zip/lib/zip_unchange_all.c
ext/zip/lib/zip_unchange_archive.c
ext/zip/lib/zip_unchange_data.c
ext/zip/lib/zip_utf-8.c [new file with mode: 0644]
ext/zip/lib/zip_win32.h [deleted file]
ext/zip/lib/zipconf.h
ext/zip/lib/zipint.h
ext/zip/php_zip.c
ext/zip/php_zip.h
ext/zip/tests/bug38943.inc [new file with mode: 0644]
ext/zip/tests/bug38943_2.phpt [new file with mode: 0644]
ext/zip/tests/doubleclose.phpt [new file with mode: 0644]
ext/zip/tests/zip_entry_close.phpt [new file with mode: 0644]
ext/zip/zip_stream.c