summaryrefslogtreecommitdiff
path: root/ext/zip
Commit message (Collapse)AuthorAgeFilesLines
* improve warn (bzip2 requires libzip >= 1.3.0)Remi Collet2017-09-041-1/+1
|
* libzip 1.3.0 supports also bz2 compressionAnatol Belski2017-09-041-1/+1
|
* Fixed bug #75143 new method setEncryptionName() seems not to exist in ZipArchiveAnatol Belski2017-09-011-1/+1
| | | | update NEWS
* 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
| | | | | ssite_t is used in lot of places, without need for this. If really needed, should be in global location, not in an extension
* 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
|\ | | | | | | | | * PHP-7.1: make type consistent with glob_t.gl_pathc
| * Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-03-011-1/+1
| |\ | | | | | | | | | | | | * PHP-7.0: make type consistent with glob_t.gl_pathc
| | * make type consistent with glob_t.gl_pathcRemi Collet2017-03-011-1/+1
| | |
* | | Merge branch 'PHP-7.1'Remi Collet2017-02-191-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: fix test for libzip 1.2.0
| * | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-02-191-1/+1
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: fix test for libzip 1.2.0
| | * fix test for libzip 1.2.0Remi Collet2017-02-191-1/+1
| | |
* | | Merge branch 'PHP-7.1'Stanislav Malyshev2017-01-151-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Update more functions with path check
| * | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-151-1/+1
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Update more functions with path check
| | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-01-151-1/+1
| | |\ | | | | | | | | | | | | | | | | * PHP-5.6: Update more functions with path check
| | | * 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
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.1: Fix #70103: Fix bug 70103 when ZTS is enabled
| * | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-01-061-5/+5
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-7.0: Fix #70103: Fix bug 70103 when ZTS is enabled
| | * | Fix #70103: Fix bug 70103 when ZTS is enabledMitch Hagstrand2017-01-061-5/+5
| | | | | | | | | | | | | | | | Used snprintf to copy the basename string before it is freed
* | | | Merge branch 'PHP-7.1'Joe Watkins2017-01-062-2/+36
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * PHP-7.1: Fix #70103: ZipArchive::addGlob ignores remove_all_path option news entry for PR #1430
| * | | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-062-2/+36
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | * PHP-7.0: Fix #70103: ZipArchive::addGlob ignores remove_all_path option news entry for PR #1430
| | * | Merge branch 'pull-request/1430' into PHP-7.0Joe Watkins2017-01-062-2/+36
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request/1430: Fix #70103: ZipArchive::addGlob ignores remove_all_path option news entry for PR 1430
| | | * | Fix #70103: ZipArchive::addGlob ignores remove_all_path optionChristoph M. Becker2015-08-132-2/+36
| | | | | | | | | | | | | | | | | | | | | | | | | When the remove_all_path option is set, but no add_path option, remove_all_path is simply ignored. This patch fixes this.
| | * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix merge mistake yet one more replacement run
* | | | | Cleanup tests version checksTom Van Looy2016-11-201-1/+0
|/ / / /
* | | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-031-3/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | * PHP-7.0: Add length check for bzcompress too - fix for bug #73356 More string length checks & fixes More string length checks & fixes
| * | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-11-031-3/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * PHP-5.6: More string length checks & fixes
| | * | | More string length checks & fixesStanislav Malyshev2016-11-031-3/+3
| | | |/ | | |/|
* | | | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2016-10-141-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.0: bump ext/zip version
| * | | 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
| | | | | | | | | | | | | | | | | | | | We should not open the output stream before we have tried to open the archive entry, as failing the latter could leave an empty file behind.
* | | | 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
| |\ \ \ | | |/ /