summaryrefslogtreecommitdiff
path: root/ext/zip/lib/zip_dir_add.c
Commit message (Collapse)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-151-1/+1
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Sync with pecl/zip 1.12.4devRemi Collet2013-12-301-5/+12
| | | | | | | | | | - 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.2Remi Collet2013-11-041-0/+88
- 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