php-src/ext/zip
Remi Collet 8857161bf2 Use system libzip by default
Use --without-libzip in travis, as libzip version available there
is too old (0.10, while 0.11 is required, 1.3.0 is best)

The real plan is to really drop bundled libzip... delayed.
Notice: only system library have full features:
* encryption
* bzip support
2017-09-11 09:23:01 +02:00
..
examples Zip: add support for encrypted archive 2017-03-02 13:36:40 +01:00
lib Update copyright headers to 2017 2017-01-04 11:23:42 -06:00
tests ZipArchive implements countable, added ZipArchive::count() method 2017-07-10 11:31:55 +02:00
config.m4 Use system libzip by default 2017-09-11 09:23:01 +02:00
config.w32 remove bundled libzip config for .w32 2017-09-07 15:16:12 +02:00
CREDITS Sync ext/zip with pecl/zip version 1.3.2 2013-11-04 13:23:36 +01:00
LICENSE_libzip update libzip to version 1.0.1 2015-05-06 15:16:43 +02:00
php_zip.c Move cwd_state and path related routines to size_t 2017-07-27 20:11:21 +02:00
php_zip.h Fix segfault in php_stream_context_get_option call 2017-07-11 11:41:47 +02:00
TODO
zip_stream.c Fix segfault in php_stream_context_get_option call 2017-07-11 11:41:47 +02:00