Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove bundled libzip | Nikita Popov | 2018-09-18 | 1 | -68/+0 |
| | |||||
* | update libzip to version 1.0.1 | Remi Collet | 2015-05-06 | 1 | -0/+8 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -60/+60 |
| | |||||
* | Sync with pecl/zip 1.12.4dev | Remi Collet | 2013-12-30 | 1 | -0/+3 |
| | | | | | | | | | | - update bunled libzip to 0.11.2 - expose zip_file_set_external_attributes + zip_file_get_external_attributes with new methods: ZipArchive::setExternalAttributesName ZipArchive::setExternalAttributesIndex ZipArchive::getExternalAttributesName ZipArchive::getExternalAttributesIndex | ||||
* | Sync ext/zip with pecl/zip version 1.3.2 | Remi Collet | 2013-11-04 | 1 | -0/+57 |
- 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 |