summaryrefslogtreecommitdiff
path: root/ext/zip/lib/zip_open.c
Commit message (Collapse)AuthorAgeFilesLines
* 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