summaryrefslogtreecommitdiff
path: root/ext/zip
Commit message (Collapse)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-032-2/+2
|
* 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
| |
* | 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.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.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.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.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
* | 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.
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-103-3/+3
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | 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.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.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
| | * Fixed bug #64452 Zip PHPTs crash intermittentlyAnatol Belski2013-03-202-4/+14
| | |
| | * Happy New Year~Xinchen Hui2013-01-012-2/+2
| | |
| * | Happy New YearXinchen Hui2013-01-012-2/+2
| | |
* | | fix bug #49348 - issue notice on get_property_ptr_ptr when used for readStanislav Malyshev2013-02-181-39/+39
| | |
* | | Happy New YearXinchen Hui2013-01-012-2/+2
|/ /
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-08-211-0/+54
|\ \ | |/ | | | | | | * PHP-5.3: Added test for bug #51353. It'll be skipped by default and must be activated manually.
| * Added test for bug #51353. It'll be skipped by default and must beAnatoliy Belsky2012-08-211-0/+54
| | | | | | | | activated manually.
| * Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
| | | | | | | | | | This fixes the same issue in multiple extensions. This isn't needed in later branches as 5.4 introduced object_properties_init()
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-06-191-1/+1
|\ \ | |/ | | | | | | * PHP-5.3: sync zip ext version with pecl
| * sync zip ext version with peclAnatoliy Belsky2012-06-191-1/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-06-172-12/+3
|\ \ | |/ | | | | | | * PHP-5.3: Reverted the BC fix regarding to #57905, test adopted
| * Reverted the BC fix regarding to #57905, test adoptedAnatoliy Belsky2012-06-172-12/+3
| | | | | | | | | | | | 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.
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-06-072-2/+2
|\ \ | |/ | | | | | | * PHP-5.3: set current versions for libzip and zip ext
| * set current versions for libzip and zip extAnatoliy Belsky2012-06-072-2/+2
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-06-0765-713/+2751
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.3: zip windows fixes fixed bc break related to #57905 fixed a bit overlooked from the last libzip port brought the fix for #47667 back fixed zip entry freeing rechecked the merged libzip, took also the indents from the original to avoid confusion next time fixed a double freeing crash fixed header include initial libzip upgrade patch to 0.10.1 - BFN Conflicts: NEWS
| * zip windows fixesAnatoliy Belsky2012-06-073-8/+14
| |
| * 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
| |
| * fixed zip entry freeingAnatoliy Belsky2012-06-071-5/+10
| |
| * 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-0764-691/+2716
| |
| * - Year++Felipe Pena2012-01-012-2/+2
| |
| * Fix cleanup routinesHannes Magnusson2011-09-071-0/+5
| |