summaryrefslogtreecommitdiff
path: root/ext/zip
Commit message (Collapse)AuthorAgeFilesLines
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
| | | | | | | | | | | | | | Conflicts: ext/ftp/ftp.h ext/pcre/pcrelib/pcre_printint.c ext/pcre/pcrelib/sljit/sljitLir.c ext/pcre/pcrelib/sljit/sljitLir.h ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c ext/pgsql/pgsql.c ext/phar/func_interceptors.c ext/soap/soap.c ext/standard/image.c
* add OPSYS_Z_CPM missing constantRemi Collet2014-03-071-0/+1
|
* zip extension version 1.12.4Remi Collet2014-01-292-2/+2
|
* Bump yearXinchen Hui2014-01-0319-19/+19
|
* missing file from libzip 0.11.2Remi Collet2013-12-303-0/+211
|
* fix compat for PHP ABI changesRemi Collet2013-12-301-8/+22
|
* Sync with pecl/zip 1.12.4devRemi Collet2013-12-3031-111/+400
| | | | | | | | | | - 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
* Align 'configure --help' columnsChristopher Jones2013-12-201-2/+2
|
* save a few memoryRemi Collet2013-12-191-3/+3
|
* Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2013-12-191-1/+1
|\ | | | | | | | | * PHP-5.5: Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real)
| * Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-12-191-1/+1
| |\ | | | | | | | | | | | | * PHP-5.4: Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real)
| | * Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real)Remi Collet2013-12-191-1/+1
| | |
* | | missing 'config.h' in 5dc37b3Remi Collet2013-11-101-0/+25
| | |
* | | Merge branch 'pull-request/500'Anatol Belski2013-11-051-8/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request/500: limit virtual_cwd_activate() duplicated call to ZTS only reverted the previous commit, both calls are needed in TS mode virtual_cwd_activate() should be called only in one place back to do_alloca() removed unnecessary call simplify the state free macros compact the code to preserve the error info after state freeing back to do_alloca(), reverted the wrong replacement enabled windows to use stack in both ts/nts mode, some more fixes moved to do_alloca() usage where appropriate fixed invalid free fixed virtual cwd header in phar updated NEWS fixed all the places where last error could be lost preserve the error code applied and fixed the original patch initial move on renaming files and fixing includes Conflicts: ext/opcache/ZendAccelerator.c
| * | | applied and fixed the original patchAnatol Belski2013-10-171-8/+8
| | | | | | | | | | | | | | | | initial work on the patch import done
* | | | Sync ext/zip with pecl/zip version 1.3.2Remi Collet2013-11-0499-1870/+4813
| | | | | | | | | | | | | | | | | | | | | | | | - 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'Remi Collet2013-10-291-0/+27
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * PHP-5.5: add bundled libzip LICENSE, as required by BSD License terms
| * | | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-10-291-0/+27
| |\ \ \ | | | |/ | | |/| | | | | | | | | * PHP-5.4: add bundled libzip LICENSE, as required by BSD License terms
| | * | add bundled libzip LICENSE, as required by BSD License termsRemi Collet2013-10-291-0/+27
| | | |
* | | | 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.
| * | | Merge branch 'PHP-5.4' into PHP-5.5Rasmus Lerdorf2013-10-201-1/+1
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-5.4: 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 'PHP-5.5'Felipe Pena2013-10-201-4/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-5.5: - Moved NULL check before dereferencing
| * | | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-10-201-4/+4
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-5.4: - Moved NULL check before dereferencing
| | * | - Moved NULL check before dereferencingFelipe Pena2013-10-201-4/+4
| | | |
* | | | Merge branch 'PHP-5.5'Felipe Pena2013-10-201-4/+5
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | * PHP-5.5: - Fix possible memory leak
| * | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-10-201-4/+5
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: - Fix possible memory leak
| | * - Fix possible memory leakFelipe Pena2013-10-201-4/+5
| | |
* | | Merge branch 'PHP-5.5'Christopher Jones2013-08-141-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * PHP-5.5: Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. Conflicts: ext/gmp/gmp.c
| * | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-1/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | * PHP-5.4: Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. Conflicts: ext/dba/libinifile/inifile.c
| | * Reduce (some) compile noise of 'unused variable' and 'may be used ↵Christopher Jones2013-08-141-1/+1
| | | | | | | | | | | | uninitialized' warnings.
| | * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-103-3/+3
| | | | | | | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | | Merge branch '2Guploads'Michael Wallner2013-08-091-5/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2Guploads: add NEWS entry; add simple test more precise condition make this work in vc11 too Use int64_t and atoll() after discussion with johannes ws Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading files above 2G. unify stdint type usage
| * | | unify stdint type usageMichael Wallner2013-08-061-5/+1
| | | | | | | | | | | | | | | | if you need C99 stdint types, just include "php_stdint.h"
* | | | Merge branch 'PHP-5.5'Christopher Jones2013-08-061-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ / | | | * PHP-5.5: Fix long-standing visual pain point: the misalignment of './configure help' text. Whitespace changes and a couple of grammar fixes.
| * | Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | | | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes.
* | | Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-302-5/+5
| | | | | | | | | | | | | | | (`char *` to `const char *` for parameters and few return values) In a few places int len moved to size_t len.
* | | Merge branch 'PHP-5.5'Stanislav Malyshev2013-06-103-3/+3
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-5.5: Merge branch 'pull-request/341' Merge branch 'pull-request/341'
| * | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-103-3/+3
| | | | | | | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | | Merge branch 'PHP-5.5'Anatol Belski2013-04-103-0/+86
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-5.5: update NEWS updated NEWS Fixed bug #64342 ZipArchive::addFile() has to check for file existence
| * | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-04-103-0/+86
| |\ \ | | |/ | | | | | | | | | | | | * PHP-5.4: updated NEWS Fixed bug #64342 ZipArchive::addFile() has to check for file existence
| | * Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-04-103-0/+86
| | |\ | | | | | | | | | | | | | | | | * PHP-5.3: Fixed bug #64342 ZipArchive::addFile() has to check for file existence
| | | * Fixed bug #64342 ZipArchive::addFile() has to check for file existenceAnatol Belski2013-04-103-0/+86
| | | |
* | | | Merge branch 'PHP-5.5'Anatol Belski2013-03-231-4/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-5.5: Reworked the changes for bug #64452
| * | | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-03-231-4/+1
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-5.4: Reworked the changes for bug #64452
| | * | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-231-4/+1
| | |\ \ | | | |/ | | | | | | | | | | | | * PHP-5.3: Reworked the changes for bug #64452
| | | * Reworked the changes for bug #64452Anatol Belski2013-03-231-4/+1
| | | |
* | | | Merge branch 'PHP-5.5'Anatol Belski2013-03-202-4/+14
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | * PHP-5.5: updated NEWS updated NEWS Fixed bug #64452 Zip PHPTs crash intermittently
| * | | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-03-202-4/+14
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | * PHP-5.4: updated NEWS Fixed bug #64452 Zip PHPTs crash intermittently
| | * | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-202-4/+14
| | |\ \ | | | |/ | | | | | | | | | | | | * PHP-5.3: Fixed bug #64452 Zip PHPTs crash intermittently