summaryrefslogtreecommitdiff
path: root/ext/zip/lib/zipint.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove bundled libzipNikita Popov2018-09-181-585/+0
|
* Trailing whitespaces on ext/*Gabriel Caruso2018-01-041-3/+3
| | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* missing includeRemi Collet2016-02-221-3/+1
|
* update bundled libzip to 1.1.2Remi Collet2016-02-221-13/+50
|
* better fix (also fix i386 build)Remi Collet2015-05-061-4/+4
|
* try to fix build when LONG_MAX not definedRemi Collet2015-05-061-2/+5
|
* update libzip to version 1.0.1Remi Collet2015-05-061-220/+252
|
* bump yearXinchen Hui2015-01-151-1/+1
|
* trailing whitespace removalStanislav Malyshev2015-01-101-10/+10
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Sync with pecl/zip 1.12.4devRemi Collet2013-12-301-11/+25
| | | | | | | | | | - 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-133/+290
| | | | | | - 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
* zip windows fixesAnatoliy Belsky2012-06-071-0/+2
|
* initial libzip upgrade patch to 0.10.1Anatoliy Belsky2012-06-071-32/+114
|
* - missing patch (update to 0.9.3)Pierre Joye2010-02-011-2/+2
|
* - update to 0.9.3Pierre Joye2010-02-011-0/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - MFH: Fixed a macro redefinition on BSD for different purposeFelipe Pena2008-11-121-0/+1
|
* - MFH: update to 0.9 (torrentzip support, files open only when necessary), ↵Pierre Joye2008-08-071-0/+9
| | | | windows fixes
* - sync with PECL HEADPierre Joye2008-05-211-49/+67
|
* MFH: alias all zip identifiers to avoid potential name conflicts with other ↵Greg Beaver2008-01-131-0/+3
| | | | apache libs that may export zip symbols
* MFH: export symbols for use by other extensions like pharGreg Beaver2008-01-121-36/+38
|
* - MFH:Pierre Joye2006-11-031-0/+1
| | | | | | | | | | - fix possible leak in statName and statIndex - add addEmptyDir() method - add zip_stat_init,zip_clear_error and zip_file_clear_error - add tests - Fix protos (Hannes) - setComment return value on success (Hannes)
* This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.SVN Migration2006-07-241-0/+225