summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-03-011-1/+1
|\
| * make type consistent with glob_t.gl_pathcRemi Collet2017-03-011-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-151-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-01-151-1/+1
| |\
| | * Update more functions with path checkStanislav Malyshev2017-01-151-1/+1
| | * More string length checks & fixesStanislav Malyshev2016-11-031-3/+3
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-01-061-5/+5
|\ \ \ | |/ /
| * | Fix #70103: Fix bug 70103 when ZTS is enabledMitch Hagstrand2017-01-061-5/+5
* | | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-061-2/+2
|\ \ \ | |/ /
| * | Merge branch 'pull-request/1430' into PHP-7.0Joe Watkins2017-01-061-2/+2
| |\ \
| | * | Fix #70103: ZipArchive::addGlob ignores remove_all_path optionChristoph M. Becker2015-08-131-2/+2
| * | | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-031-3/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-11-031-3/+3
| |\ \ \
| | * | | More string length checks & fixesStanislav Malyshev2016-11-031-3/+3
| | | |/ | | |/|
* | | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-09-061-6/+6
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-061-6/+6
| |\ \ \ | | |/ /
| | * | Fix #70752: Depacking with wrong password leaves 0 length filesChristoph M. Becker2016-09-061-7/+7
* | | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-07-241-2/+2
|\ \ \ \ | |/ / /
| * | | Fixed bug #72660 (NULL Pointer dereference in zend_virtual_cwd)Xinchen Hui2016-07-241-2/+2
* | | | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-051-1/+1
|\ \ \ \
| * | | | Replace zend_ce_error with NULL and replace more E_ERROR with thrown ErrorAaron Piotrowski2016-06-131-2/+1
| * | | | Merge branch 'master' into throw-error-in-extensionsAaron Piotrowski2016-06-101-18/+53
| |\ \ \ \
| * | | | | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-051-1/+2
* | | | | | Fixed compilation warningsDmitry Stogov2016-06-221-2/+2
* | | | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* | | | | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-06-211-0/+9
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge branch 'PHP-5.6.23' into PHP-7.0.8Stanislav Malyshev2016-06-211-0/+9
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'PHP-5.5' into PHP-5.6.23Stanislav Malyshev2016-06-211-0/+9
| | |\ \ \
| | | * | | Fix bug #72434: ZipArchive class Use After Free Vulnerability in PHP's GC alg...Stanislav Malyshev2016-06-201-0/+9
| | | * | | Merge branch 'PHP-5.4.45' into PHP-5.5.29Stanislav Malyshev2015-09-011-2/+2
| | | |\ \ \
| * | | | | | Expose missing flags from libzip at least >= 0.11.xAnatol Belski2016-05-301-0/+18
* | | | | | | Expose missing flags from libzip at least >= 0.11.xAnatol Belski2016-05-251-0/+31
|/ / / / / /
* | | | | | Fix bug #71923 - integer overflow in ZipArchive::getFrom*Stanislav Malyshev2016-04-261-2/+2
* | | | | | Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2016-02-221-2/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | cleanup $IdRemi Collet2016-02-221-2/+0
* | | | | | Remove TSRMLS_* from code, they are not used anymoreStanislav Malyshev2016-02-171-1/+1
* | | | | | Format string fixesNikita Popov2016-02-141-2/+2
* | | | | | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-02-091-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed bug #71561 (NULL pointer dereference in Zip::ExtractTo)Xinchen Hui2016-02-091-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
* | | | | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-3/+3
* | | | | | Merge branch 'PHP-5.6'Remi Collet2015-09-071-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix buildRemi Collet2015-09-071-2/+2
* | | | | | Merge branch 'PHP-5.6'Christoph M. Becker2015-09-051-2/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix #70322: ZipArchive::close() doesn't indicate errorsChristoph M. Becker2015-09-051-2/+8
* | | | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-09-021-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-011-1/+1
| |\ \ \ \ \