summaryrefslogtreecommitdiff
path: root/ext/zip/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* New test for stream_meta_data($zipstream)Hannes Magnusson2010-12-301-0/+74
* - Fixed bug #53603 (ZipArchive should quiet stat errors).Gustavo André dos Santos Lopes2010-12-241-0/+38
* Fixed bug#53579 (stream_get_contents() segfaults on ziparchive streams)Hannes Magnusson2010-12-201-0/+44
* - fix testPierre Joye2010-02-011-0/+1
* The last of the 2009 testfest testsZoe Slattery2009-08-302-0/+56
* - fixed bug #49072, feof never returns true for damaged file in zipPierre Joye2009-08-112-0/+24
* Closes bug #47667Mikko Koppanen2009-03-161-0/+40
* fix testsAntony Dovgal2009-01-083-6/+6
* - Fix testFelipe Pena2008-11-121-1/+1
* - MFH:Pierre Joye2008-11-121-0/+34
* - sync tests with peclPierre Joye2008-11-044-0/+93
* - MFH: file will exist only on error (thx tony for the headup)Pierre Joye2008-08-301-1/+5
* - fix tests (clean on exit)Pierre Joye2008-08-302-3/+5
* - sync with PECL HEADPierre Joye2008-05-212-51/+33