summaryrefslogtreecommitdiff
path: root/ext/zip
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-07-131-1/+4
|\ | | | | | | | | * PHP-7.1: Improve test
| * Improve testAnatol Belski2018-07-131-1/+4
| | | | | | | | Ensure the filename is non existent indeed.
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-07-102-2/+26
|\ \ | |/ | | | | | | * PHP-7.1: Fix bug #76524 - ZipArchive memory leak
| * Fix bug #76524 - ZipArchive memory leaktimurib2018-07-102-2/+26
| | | | | | | | | | | | | | | | Bugfix #76524: Free up zip internal state and adjust the tests for Windows Bugfix #76524: Fix possible use after free for libzip 1.3.1 Bugfix #76524: Make the test independent of platform
| * year++Xinchen Hui2018-01-024-4/+4
| |
* | Fixed regex for checking libzip static libDylan K. Taylor2018-07-071-1/+1
| | | | | | | | | | | | This bug caused linking issues in debug mode (see bug [#76564](https://bugs.php.net/bug.php?id=76564)) This issue affects PHP 7.2 and master.
* | Fixed bug #76564 ext/zip link issuesAnatol Belski2018-07-031-1/+1
| | | | | | | | Add zlib for linking directly, so then ext/zlib is not required.
* | Add OPSYS_CPM constant as documented and to match libzip namingRemi Collet2018-06-122-2/+3
| |
* | Fix shared ext/zip build with static dependency libAnatol Belski2018-05-021-1/+2
| |
* | year++Xinchen Hui2018-01-024-4/+4
| |
* | display headers (buildtime) and library (runtime) versions in phpinfo ↵Remi Collet2017-12-193-1/+14
| | | | | | | | (libzip >= 1.3.1)
* | Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2017-11-201-2/+3
|\ \ | |/ | | | | | | * PHP-7.1: Better fix bug #75540 Segfault with libzip 1.3.1 - only 1.3.1 is affected - fix use after free
| * Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-11-201-2/+3
| |\ | | | | | | | | | | | | * PHP-7.0: Better fix bug #75540 Segfault with libzip 1.3.1 - only 1.3.1 is affected - fix use after free
| | * Better fix bug #75540 Segfault with libzip 1.3.1Remi Collet2017-11-201-2/+3
| | | | | | | | | | | | | | | - only 1.3.1 is affected - fix use after free
* | | Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2017-11-201-0/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-7.1: NEWS NEWS fix bug #75540 Segfault with libzip 1.3.1
| * | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-11-201-0/+3
| |\ \ | | |/ | | | | | | | | | | | | * PHP-7.0: NEWS fix bug #75540 Segfault with libzip 1.3.1
| | * fix bug #75540 Segfault with libzip 1.3.1Remi Collet2017-11-201-0/+3
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-10-271-1/+6
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-7.1: Apply upstream patch for CVE-2017-14107 Backport and apply upstream patch for CVE-2017-14107
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-271-1/+6
| |\ \ | | |/ | | | | | | | | | | | | * PHP-7.0: Apply upstream patch for CVE-2017-14107 Backport and apply upstream patch for CVE-2017-14107
| | * Apply upstream patch for CVE-2017-14107Anatol Belski2017-10-271-1/+6
| | |
* | | 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