summaryrefslogtreecommitdiff
path: root/ext/zip/lib
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed bug #53568 (swapped memset arguments in struct initialization) ↵Felipe Pena2011-01-111-3/+1
| | | | [backported]
* - missing patch (update to 0.9.3)Pierre Joye2010-02-011-2/+2
|
* - update to 0.9.3Pierre Joye2010-02-016-56/+99
|
* - fix leakPierre Joye2010-02-011-0/+1
|
* - fixed bug #49072, feof never returns true for damaged file in zipPierre Joye2009-08-111-3/+14
|
* - Fix #48763, create corrupt archivePierre Joye2009-07-191-1/+4
|
* - MF53Pierre Joye2009-07-197-26/+26
|
* Closes bug #47667Mikko Koppanen2009-03-161-0/+4
|
* - restore overwrite feature (regression introduced in 5.2.8)Pierre Joye2009-01-011-1/+4
|
* - restore fix for binary mode on win (regression introduced in 5.2.8)Pierre Joye2009-01-011-1/+5
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-319-9/+9
|
* - MFH: Fixed a macro redefinition on BSD for different purposeFelipe Pena2008-11-121-0/+1
|
* - remove unused filesPierre Joye2008-10-234-233/+0
|
* - add missing filesPierre Joye2008-10-233-0/+168
|
* - MFHPierre Joye2008-10-2353-683/+904
| | | | | | | - Update ziplib - flatten path and make them relative before extraction - remove unnecessary export
* add missing alias .h filesGreg Beaver2008-01-142-0/+94
|
* MFH: export libzip symbolsGreg Beaver2008-01-1452-160/+166
|
* revert last commit, was to wrong branchGreg Beaver2008-01-1252-161/+160
|
* MFH: export symbols for use by other extensions like pharGreg Beaver2008-01-1252-160/+161
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-318-8/+8
|
* Fixed snprintf() usageIlia Alshanetsky2007-02-241-2/+3
|
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-242-5/+5
|
* MFH: Bump year.Sebastian Bergmann2007-01-018-8/+8
|
* Fix win32 buildFrank M. Kromann2006-12-011-1/+1
|
* last set of zts fixesIlia Alshanetsky2006-11-301-6/+5
|
* #9278 and #39506, force the binary mode for the zip operation only. At least ↵Pierre Joye2006-11-153-5/+11
| | | | 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
* fix leaks within zip entries in several testsNuno Lopes2006-11-111-6/+8
|
* fix leak in oo_setArchiveComment.phptNuno Lopes2006-11-112-1/+4
|
* - fix leak in zip_close when the function's succeededPierre Joye2006-11-111-1/+1
|
* - MFH:Pierre Joye2006-11-0311-17/+255
| | | | | | | | | | - 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)
* - #38944, freshly created archive has no comment or cdirPierre Joye2006-09-251-3/+5
|
* - MFP:Pierre Joye2006-08-133-10/+15
| | | | | | | - 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
* - MFH: NLPierre Joye2006-08-121-2/+0
|
* - should not have been commitedPierre Joye2006-08-071-170/+0
|
* - this one was not inPierre Joye2006-07-241-0/+556
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.SVN Migration2006-07-2451-0/+5130