summaryrefslogtreecommitdiff
path: root/ext/zip
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1'Stanislav Malyshev2017-01-151-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.1'Christoph M. Becker2017-01-061-5/+5
|\ \ \ \ | |/ / /
| * | | 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.1'Joe Watkins2017-01-062-2/+36
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-062-2/+36
| |\ \ \ | | |/ /
| | * | Merge branch 'pull-request/1430' into PHP-7.0Joe Watkins2017-01-062-2/+36
| | |\ \
| | | * | Fix #70103: ZipArchive::addGlob ignores remove_all_path optionChristoph M. Becker2015-08-132-2/+36
| | * | | Update copyright headers to 2017Sammy Kaye Powers2017-01-0412-12/+12
| * | | | Update copyright headers to 2017Sammy Kaye Powers2017-01-0412-12/+12
* | | | | Update copyright headers to 2017Sammy Kaye Powers2017-01-0212-12/+12
* | | | | 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
* | | | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
* | | | | Cleanup tests version checksTom Van Looy2016-11-201-1/+0
|/ / / /
* | | | 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.1Remi Collet2016-10-141-1/+1
|\ \ \ \ | |/ / /
| * | | bump ext/zip versionRemi Collet2016-10-141-1/+1
* | | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-09-063-6/+37
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-063-6/+37
| |\ \ \ | | |/ /
| | * | Fix #70752: Depacking with wrong password leaves 0 length filesChristoph M. Becker2016-09-063-7/+38
* | | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-171-0/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-171-0/+3
| |\ \ \ | | |/ /
| | * | Fix #68302: impossible to compile php with zip supportChristoph M. Becker2016-08-171-0/+3
* | | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-07-242-2/+22
|\ \ \ \ | |/ / /
| * | | Fixed bug #72660 (NULL Pointer dereference in zend_virtual_cwd)Xinchen Hui2016-07-242-2/+22
| * | | bump zip extension versionRemi Collet2016-07-211-1/+1
* | | | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2016-07-211-1/+1
|\ \ \ \
| * | | | bump zip extension versionRemi Collet2016-07-211-1/+1
| |/ / /
* | | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-07-191-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-07-191-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-191-2/+2
| | |\ \
| | | * | Improve fix for #72520Stanislav Malyshev2016-07-191-2/+2
* | | | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-07-191-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-07-191-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-191-4/+4
| | |\ \ \ | | | |/ /
| | | * | Fix fir bug #72520Stanislav Malyshev2016-07-121-4/+4
* | | | | 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-1052-309/+955
| |\ \ \ \ \
| * | | | | | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-051-1/+2
* | | | | | | Fixed compilation warningsDmitry Stogov2016-06-222-3/+4
* | | | | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1