summaryrefslogtreecommitdiff
path: root/ext/zip/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove bundled libzipNikita Popov2018-09-18111-14227/+0
* Remove extra semicolonsGabriel Caruso2018-07-251-1/+1
* Trailing whitespaces on ext/*Gabriel Caruso2018-01-043-7/+7
* Trailing whitespacesGabriel Caruso2018-01-03100-454/+454
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-10-271-1/+6
|\
| * Apply upstream patch for CVE-2017-14107Anatol Belski2017-10-271-1/+6
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-049-9/+9
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-029-9/+9
* | fix typoAnatol Belski2016-12-131-1/+1
* | check for header availabilityAnatol Belski2016-12-131-0/+2
* | Include unistd.h for getpid()Sara Golemon2016-12-121-0/+1
|/
* missing includeRemi Collet2016-02-221-3/+1
* update bundled libzip to 1.1.2Remi Collet2016-02-2237-245/+748
* Update header to PHP Version 7Lior Kaplan2016-01-011-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Fix build on WindowsKalle Sommer Nielsen2015-09-043-11/+12
* | better fix (also fix i386 build)Remi Collet2015-05-061-4/+4
* | try to fix build when LONG_MAX not definedRemi Collet2015-05-061-2/+5
* | update libzip to version 1.0.1Remi Collet2015-05-06110-3148/+5863
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-03-171-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-03-171-1/+1
| |\
| | * Fix bug #69253 - ZIP Integer Overflow leads to writing past heap boundaryStanislav Malyshev2015-03-171-1/+1
| * | bump yearXinchen Hui2015-01-1516-16/+16
* | | Remove the unused varszxcvdavid2015-03-041-2/+0
* | | bump yearXinchen Hui2015-01-1516-16/+16
* | | trailing whitespace removalStanislav Malyshev2015-01-1090-740/+740
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | improve empty string checkAnatol Belski2014-09-171-1/+1
|/ /
* | 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
* | 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
* | Merge branch 'PHP-5.5'Rasmus Lerdorf2013-10-201-1/+1
|\ \ | |/
| * When src->src is null this doesn't get initializedRasmus Lerdorf2013-10-201-1/+1
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | unify stdint type usageMichael Wallner2013-08-061-5/+1
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
|/
* 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
* 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
* fixed a double freeing crashAnatoliy Belsky2012-06-071-2/+0