summaryrefslogtreecommitdiff
path: root/ext/zip
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-103-3/+3
* Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-04-103-0/+86
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-04-103-0/+86
| |\
| | * 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
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-231-4/+1
| |\ \ | | |/
| | * 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
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-202-4/+14
| |\ \ | | |/
| | * 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
|\ \ | |/
| * Added test for bug #51353. It'll be skipped by default and must beAnatoliy Belsky2012-08-211-0/+54
| * Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-06-191-1/+1
|\ \ | |/
| * 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
|\ \ | |/
| * Reverted the BC fix regarding to #57905, test adoptedAnatoliy Belsky2012-06-172-12/+3
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-06-072-2/+2
|\ \ | |/
| * 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
|\ \ | |/
| * 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
| * 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
| * Removed old (< 5.3) version of test and cleaned up the actual version.Shein Alexey2011-09-023-60/+18
| * - 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-072-15/+32
| * 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
| * - Fixed bug #49072 (feof never returns true for damaged file in zip).Gustavo André dos Santos Lopes2011-02-011-4/+6
| * - WSPierre Joye2011-02-011-15/+15
| * fix bug 53885 (ZipArchive segfault with FL_UNCHANGED on empty archive)Stanislav Malyshev2011-01-302-0/+23
| * - Fixed bug #53867 (Test failure)Felipe Pena2011-01-281-1/+1
| * Fixed bug #53854 (Missing constants for compression type). Patch by RichardAdam Harvey2011-01-282-0/+50
| * Fix zip test.Adam Harvey2011-01-281-1/+1
| * - Fix bug #53166, missing parameters in reflections/docsPierre Joye2011-01-271-15/+25
| * - Year++Felipe Pena2011-01-012-2/+2
| * New test for stream_meta_data($zipstream)Hannes Magnusson2010-12-301-0/+74