summaryrefslogtreecommitdiff
path: root/ext/zip/lib/zip_open.c
Commit message (Collapse)AuthorAgeFilesLines
* update bundled libzip to 1.1.2Remi Collet2016-02-221-14/+59
|
* update libzip to version 1.0.1Remi Collet2015-05-061-380/+446
|
* trailing whitespace removalStanislav Malyshev2015-01-101-42/+42
|
* Sync with pecl/zip 1.12.4devRemi Collet2013-12-301-1/+6
| | | | | | | | | | - 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-174/+303
| | | | | | - 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
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | * pull-request/341: (23 commits) typofixes
* Reverted the BC fix regarding to #57905, test adoptedAnatoliy Belsky2012-06-171-10/+2
| | | | | | New 0.10.1 has a stronger archive integrity check. Restoring the old behaviour of libzip < 0.10.1 makes no sense at this place.
* fixed bc break related to #57905Anatoliy Belsky2012-06-071-2/+10
|
* brought the fix for #47667 backAnatoliy Belsky2012-06-071-2/+8
|
* rechecked the merged libzip, took also the indents from the original toAnatoliy Belsky2012-06-071-3/+3
| | | | avoid confusion next time
* initial libzip upgrade patch to 0.10.1Anatoliy Belsky2012-06-071-42/+69
|
* - update to 0.9.3Pierre Joye2010-02-011-6/+15
|
* - WSPierre Joye2009-07-191-1/+2
|
* Closes bug #47667Mikko Koppanen2009-03-161-0/+3
|
* - MFB: restore overwrite feature (regression introduced in 5.2.8)Pierre Joye2009-01-021-3/+7
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - MFH: update to 0.9 (torrentzip support, files open only when necessary), ↵Pierre Joye2008-08-071-17/+6
| | | | windows fixes
* - sync with PECL HEADPierre Joye2008-05-211-141/+242
|
* MFH: export symbols for use by other extensions like pharGreg Beaver2008-01-121-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* #9278 and #39506, force the binary mode for the zip operation only. At least ↵Pierre Joye2006-11-151-5/+4
| | | | I do not have to set/restore it in each function.
* #39506 and PECL #9278, should fix the problem for the other SAPI (works for ↵Pierre Joye2006-11-151-0/+4
| | | | | | | CLI, CGI and embed) see: http://news.php.net/php.internals/26606 for the details
* - MFP:Pierre Joye2006-08-131-9/+10
| | | | | | | - add overwrite mode to ZipArchive::open, always starts a new archive - Fix safe mode checks on extract - Fix possible leaks when a safe mode error has been raised
* This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.SVN Migration2006-07-241-0/+464