summaryrefslogtreecommitdiff
path: root/ext/zip
Commit message (Expand)AuthorAgeFilesLines
* Use system libzip by defaultRemi Collet2017-09-111-1/+1
* Revert "drop support for bundled libzip (linux)"Remi Collet2017-09-071-5/+116
* remove bundled libzip config for .w32Anatol Belski2017-09-071-33/+0
* drop support for bundled libzip (linux)Remi Collet2017-09-071-116/+5
* Merge branch 'PHP-7.2'Remi Collet2017-09-041-1/+1
|\
| * improve warn (bzip2 requires libzip >= 1.3.0)Remi Collet2017-09-041-1/+1
* | Merge branch 'PHP-7.2'Anatol Belski2017-09-041-1/+1
|\ \ | |/
| * libzip 1.3.0 supports also bz2 compressionAnatol Belski2017-09-041-1/+1
* | Merge branch 'PHP-7.2'Anatol Belski2017-09-011-1/+1
|\ \ | |/
| * Fixed bug #75143 new method setEncryptionName() seems not to exist in ZipArchiveAnatol Belski2017-09-011-1/+1
* | Move cwd_state and path related routines to size_tAnatol Belski2017-07-271-4/+4
|/
* 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
| |\ \ \