summaryrefslogtreecommitdiff
path: root/ext/zip
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault in php_stream_context_get_option callRemi Collet2017-07-112-2/+2
* ZipArchive implements countable, added ZipArchive::count() methodRemi Collet2017-07-103-1/+55
* Remove superfluous semicolonsTom Van Looy2017-06-263-3/+3
* cleanupRemi Collet2017-06-092-15/+3
* cleanRemi Collet2017-05-311-5/+5
* Use of bundled libzip is deprecatedRemi Collet2017-05-311-0/+6
* zip ext is 1.14.0Remi Collet2017-04-051-1/+1
* external libzip neither requires zlib.h nor libAnatol Belski2017-04-041-3/+2
* Fixed Bug #73803 Reflection of ZipArchive does not show public propertiesRemi Collet2017-03-211-0/+3
* basic support for external libzipAnatol Belski2017-03-191-0/+14
* Zip: add support for encrypted archiveRemi Collet2017-03-026-16/+243
* Merge branch 'PHP-7.1'Remi Collet2017-03-011-1/+1
|\
| * 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.1'Remi Collet2017-02-191-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-02-191-1/+1
| |\ \ | | |/
| | * fix test for libzip 1.2.0Remi Collet2017-02-191-1/+1
* | | 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