summaryrefslogtreecommitdiff
path: root/ext/zip/lib
Commit message (Collapse)AuthorAgeFilesLines
* zip extension version 1.12.4Remi Collet2014-01-291-1/+1
|
* Bump yearXinchen Hui2014-01-0316-16/+16
|
* missing file from libzip 0.11.2Remi Collet2013-12-302-0/+136
|
* Sync with pecl/zip 1.12.4devRemi Collet2013-12-3027-104/+174
| | | | | | | | | | - 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
* missing 'config.h' in 5dc37b3Remi Collet2013-11-101-0/+25
|
* Sync ext/zip with pecl/zip version 1.3.2Remi Collet2013-11-0487-1723/+4377
| | | | | | - 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 'PHP-5.5'Rasmus Lerdorf2013-10-201-1/+1
|\ | | | | | | | | * PHP-5.5: When src->src is null this doesn't get initialized but it is still used, so the passed in *ze will point to unitialized memory. Hopefully src->src is never null, but just in case this initialization doesn't hurt.
| * When src->src is null this doesn't get initializedRasmus Lerdorf2013-10-201-1/+1
| | | | | | | | | | | | but it is still used, so the passed in *ze will point to unitialized memory. Hopefully src->src is never null, but just in case this initialization doesn't hurt.
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | unify stdint type usageMichael Wallner2013-08-061-5/+1
| | | | | | | | if you need C99 stdint types, just include "php_stdint.h"
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
|/ | | | | * pull-request/341: (23 commits) typofixes
* Reworked the changes for bug #64452Anatol Belski2013-03-231-4/+1
|
* Fixed bug #64452 Zip PHPTs crash intermittentlyAnatol Belski2013-03-202-4/+14
|
* 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.
* zip windows fixesAnatoliy Belsky2012-06-072-0/+6
|
* fixed bc break related to #57905Anatoliy Belsky2012-06-071-2/+10
|
* fixed a bit overlooked from the last libzip portAnatoliy Belsky2012-06-071-2/+2
|
* 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-076-28/+18
| | | | avoid confusion next time
* fixed a double freeing crashAnatoliy Belsky2012-06-071-2/+0
|
* fixed header includeAnatoliy Belsky2012-06-071-1/+1
|
* initial libzip upgrade patch to 0.10.1Anatoliy Belsky2012-06-0762-689/+2700
|
* fix bug 53885 (ZipArchive segfault with FL_UNCHANGED on empty archive)Stanislav Malyshev2011-01-301-0/+4
|
* - Fixed bug #53568 (swapped memset arguments in struct initialization).Gustavo André dos Santos Lopes2010-12-171-3/+1
|
* - 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-4/+15
|
* - MFB: Fix #48763, create corrupt archivePierre Joye2009-07-191-1/+4
|
* - WSPierre Joye2009-07-195-33/+33
|
* Closes bug #47667Mikko Koppanen2009-03-161-0/+3
|
* - year++Pierre Joye2009-01-023-3/+3
|
* - MFB: restore overwrite feature (regression introduced in 5.2.8)Pierre Joye2009-01-021-3/+7
|
* - MFB: restore fix for binary mode on win (regression introduced in 5.2.8)Pierre Joye2009-01-021-2/+6
|
* 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
|
* - MFH: update to 0.9 (torrentzip support, files open only when necessary), ↵Pierre Joye2008-08-0714-81/+473
| | | | windows fixes
* MFH: nuketh C++ commentsJani Taskinen2008-08-031-1/+1
|
* - sync with PECL HEADPierre Joye2008-05-2157-889/+651
|
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-7/+9
|
* MFH: fix windows build for all cases, and always export symbols (Steph Fox)Greg Beaver2008-01-141-2/+0
|
* MFH: add missing define for statically-built zip extGreg Beaver2008-01-131-0/+2
|
* a few fixes: overwrite all my careful work in zipint_alias.h with zipint.h, ↵Greg Beaver2008-01-131-43/+47
| | | | | | | so had to restore that. PHP_RAW_NAMED_FE() won't work, have to use ZEND_RAW_FENTRY
* MFH: alias all zip identifiers to avoid potential name conflicts with other ↵Greg Beaver2008-01-134-0/+95
| | | | apache libs that may export zip symbols
* 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
|