summaryrefslogtreecommitdiff
path: root/ext/zip/tests
Commit message (Expand)AuthorAgeFilesLines
* ZipArchive implements countable, added ZipArchive::count() methodRemi Collet2017-07-101-0/+26
* Remove superfluous semicolonsTom Van Looy2017-06-263-3/+3
* Zip: add support for encrypted archiveRemi Collet2017-03-021-0/+66
* 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'Joe Watkins2017-01-061-0/+34
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-061-0/+34
| |\ \ | | |/
| | * Merge branch 'pull-request/1430' into PHP-7.0Joe Watkins2017-01-061-0/+34
| | |\
| | | * Fix #70103: ZipArchive::addGlob ignores remove_all_path optionChristoph M. Becker2015-08-131-0/+34
* | | | Cleanup tests version checksTom Van Looy2016-11-201-1/+0
|/ / /
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-09-062-0/+31
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-062-0/+31
| |\ \
| | * | Fix #70752: Depacking with wrong password leaves 0 length filesChristoph M. Becker2016-09-062-0/+31
* | | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-07-241-0/+20
|\ \ \ \ | |/ / /
| * | | Fixed bug #72660 (NULL Pointer dereference in zend_virtual_cwd)Xinchen Hui2016-07-241-0/+20
* | | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-203-0/+60
|/ / /
* | | fix test titleAnatol Belski2016-05-301-1/+1
* | | Add test for bug #72258Anatol Belski2016-05-302-0/+26
* | | Merge branch 'PHP-5.6.18' into PHP-7.0.3Stanislav Malyshev2016-02-011-8/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6.18Stanislav Malyshev2016-02-011-8/+8
| |\ \
| | * | fix testsStanislav Malyshev2016-02-011-8/+8
* | | | Fixed bug #70544 (ext/zip/tests/oo_addglob.phpt broken on Solaris)Xinchen Hui2015-09-211-0/+1
* | | | Merge branch 'PHP-5.6'Christoph M. Becker2015-09-052-1/+31
|\ \ \ \ | |/ / /
| * | | Fix #70322: ZipArchive::close() doesn't indicate errorsChristoph M. Becker2015-09-052-1/+31
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-09-021-0/+33
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-011-0/+33
| |\ \ | | |/
| | * fix testStanislav Malyshev2015-09-011-1/+1
| | * Fixed bug #70350: ZipArchive::extractTo allows for directory traversal when c...Stanislav Malyshev2015-08-301-0/+33
* | | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-232-0/+35
|\ \ \ | |/ /
| * | Fix #53854: Missing constants for compression typeChristoph M. Becker2015-07-232-0/+35
* | | add ZipArchive::setCompressionName and ZipArchive::setCompressionIndex methodsRemi Collet2015-05-061-0/+72
* | | Merge branch 'master' into phpngDmitry Stogov2014-05-262-0/+101
|\ \ \
| * \ \ Merge branch 'new-tests' of https://github.com/SammyK/php-srcXinchen Hui2014-05-242-0/+101
| |\ \ \ | | |/ / | |/| |
| | * | Added tests for ZipArchive::addGlob() and ZipArchive::addPattern()Sammy Kaye Powers2014-05-232-0/+101
| | |/
| | * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-102-2/+2
* | | Refactor Zip (1 test failed)Xinchen Hui2014-05-052-2/+2
|/ /
* | missing file from libzip 0.11.2Remi Collet2013-12-301-0/+75
* | Sync ext/zip with pecl/zip version 1.3.2Remi Collet2013-11-044-0/+121
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-102-2/+2
|/
* Fixed bug #64342 ZipArchive::addFile() has to check for file existenceAnatol Belski2013-04-102-0/+79
* Added test for bug #51353. It'll be skipped by default and must beAnatoliy Belsky2012-08-211-0/+54
* Reverted the BC fix regarding to #57905, test adoptedAnatoliy Belsky2012-06-171-2/+1
* Fix cleanup routinesHannes Magnusson2011-09-071-0/+5
* Removed old (< 5.3) version of test and cleaned up the actual version.Shein Alexey2011-09-023-60/+18
* - Fixed bug #53893 (Wrong return value for ZipArchive::extractTo())Pierre Joye2011-02-071-5/+2
* fix bug 53885 (ZipArchive segfault with FL_UNCHANGED on empty archive)Stanislav Malyshev2011-01-301-0/+19
* - Fixed bug #53867 (Test failure)Felipe Pena2011-01-281-1/+1
* Fixed bug #53854 (Missing constants for compression type). Patch by RichardAdam Harvey2011-01-281-0/+44
* Fix zip test.Adam Harvey2011-01-281-1/+1