summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.c
Commit message (Expand)AuthorAgeFilesLines
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* add OPSYS_Z_CPM missing constantRemi Collet2014-03-071-0/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* fix compat for PHP ABI changesRemi Collet2013-12-301-8/+22
* Sync with pecl/zip 1.12.4devRemi Collet2013-12-301-2/+212
* save a few memoryRemi Collet2013-12-191-3/+3
* Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2013-12-191-1/+1
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-12-191-1/+1
| |\
| | * Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real)Remi Collet2013-12-191-1/+1
* | | Merge branch 'pull-request/500'Anatol Belski2013-11-051-8/+8
|\ \ \
| * | | applied and fixed the original patchAnatol Belski2013-10-171-8/+8
* | | | Sync ext/zip with pecl/zip version 1.3.2Remi Collet2013-11-041-64/+121
* | | | Merge branch 'PHP-5.5'Felipe Pena2013-10-201-4/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-10-201-4/+4
| |\ \ \ | | | |/ | | |/|
| | * | - Moved NULL check before dereferencingFelipe Pena2013-10-201-4/+4
* | | | Merge branch 'PHP-5.5'Felipe Pena2013-10-201-4/+5
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-10-201-4/+5
| |\ \ | | |/
| | * - Fix possible memory leakFelipe Pena2013-10-201-4/+5
* | | Merge branch 'PHP-5.5'Christopher Jones2013-08-141-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-1/+1
| |\ \ | | |/
| | * Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
* | | Merge branch 'PHP-5.5'Anatol Belski2013-04-101-0/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-04-101-0/+7
| |\ \ | | |/
| | * Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-04-101-0/+7
| | |\
| | | * Fixed bug #64342 ZipArchive::addFile() has to check for file existenceAnatol Belski2013-04-101-0/+7
| | | * Happy New Year~Xinchen Hui2013-01-011-1/+1
| | | * Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
| | * | Happy New YearXinchen Hui2013-01-011-1/+1
* | | | Merge branch 'PHP-5.5'Stanislav Malyshev2013-02-211-39/+39
|\ \ \ \ | |/ / /
| * | | fix bug #49348 - issue notice on get_property_ptr_ptr when used for readStanislav Malyshev2013-02-181-39/+39
* | | | Fix a typo in the ZipArchive error messagesJoey Smith2013-01-081-1/+1
|/ / /
* | | Happy New YearXinchen Hui2013-01-011-1/+1
|/ /
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-06-071-1/+1
|\ \ | |/
| * set current versions for libzip and zip extAnatoliy Belsky2012-06-071-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-06-071-5/+10
|\ \ | |/
| * fixed zip entry freeingAnatoliy Belsky2012-06-071-5/+10
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-2/+1
| * - Fixed bug #54681 (addGlob() crashes on invalid flags)Felipe Pena2011-05-071-0/+32
| * - Fixed bug #53893 (Wrong return value for ZipArchive::extractTo())Pierre Joye2011-02-071-10/+30
| * Change the way HAVE_GLOB is dealt with in ext/zip per IRC conversation withAdam Harvey2011-02-041-18/+9
| * Fix bug #53923 (Zip functions assume HAVE_GLOB is defined).Adam Harvey2011-02-041-3/+17
| * - WSPierre Joye2011-02-011-15/+15
| * Fixed bug #53854 (Missing constants for compression type). Patch by RichardAdam Harvey2011-01-281-0/+6
| * - Fix bug #53166, missing parameters in reflections/docsPierre Joye2011-01-271-15/+25
| * - Year++Felipe Pena2011-01-011-1/+1
| * - Fixed bug #53603 (ZipArchive should quiet stat errors).Gustavo André dos Santos Lopes2010-12-241-2/+2
| * - that should not have been appliedPierre Joye2010-12-131-0/+2
| * - add phpize support for windows, need a nmake install for now (nmake devel-p...Pierre Joye2010-12-131-2/+0
| * Fixed crash in zip extract method (possible CWE-170)Pierre Joye2010-11-301-0/+3