summaryrefslogtreecommitdiff
path: root/ext/phar/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix accepting ill-formed UTF-8 charactersJakub Zelenka2014-04-221-0/+4
* Allow valid multi-byte utf-8 characters to be allowed as file names in phar a...Danack2014-04-202-7/+32
* fix bug #65028 Phar::buildFromDirectory creates corrupt archives for some sp...Stanislav Malyshev2013-07-221-0/+156
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-11-221-0/+3
|\
| * Fixed test for bug #63297Anatoliy Belsky2012-11-221-0/+3
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-1062-0/+0
|\ \ | |/
| * Remove executable permission on phptXinchen Hui2012-10-1062-0/+0
| * better fixXinchen Hui2012-08-241-1/+1
| * Fix testXinchen Hui2012-08-241-1/+1
| * Fix 126 tests failed of phar when --enable-zend-multibyteXinchen Hui2012-08-05126-75/+217
* | Fix bug #62137 ext\phar\tests\fatal_error_webphar.phpt failsAnatoliy Belsky2012-05-241-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-05-092-1/+34
|\ \ | |/
| * Fix bug 61901 ext\phar\tests\phar_buildfromdirectory2.phpt failsAnatoliy Belsky2012-05-092-1/+34
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-05-072-2/+8
|\ \ | |/
| * Fix bug 61905 ext\phar\tests\zip\phar_commitwrite.phpt failsAnatoliy Belsky2012-05-071-1/+4
| * Fix bug 61903 ext\phar\tests\tar\phar_commitwrite.phpt failsAnatoliy Belsky2012-05-071-1/+4
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-05-041-2/+4
|\ \ | |/
| * Fix bug #61906 ext\phar\tests\zip\phar_setsignaturealgo2.phpt failsAnatoliy Belsky2012-05-041-2/+4
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-05-041-1/+3
|\ \ | |/
| * Fix bug #61904 ext\phar\tests\tar\phar_setsignaturealgo2.phptAnatoliy Belsky2012-05-041-1/+3
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-05-022-1/+46
|\ \ | |/
| * Fix bug 61902 ext\phar\tests\phar_setsignaturealgo2.phpt falisAnatoliy Belsky2012-05-022-1/+46
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-03-281-5/+5
|\ \ | |/
| * Fix bug #61468 ext/phar/tests/phar_oo_005.phpt failsAnatoliy Belsky2012-03-281-5/+5
| * Fix skipifChristopher Jones2011-12-081-1/+1
| * - add windows version of this testPierre Joye2011-12-061-0/+48
| * - add windows version of this testPierre Joye2011-12-061-1/+4
| * - force LFPierre Joye2011-12-061-1/+1
| * - force LFPierre Joye2011-12-061-1/+1
| * fix bug #60164 (Stubs of a specific length break phar_open_from_fp scanning f...Stanislav Malyshev2011-11-193-0/+63
| * - Fixed bug #60261 (phar dos null pointer)Felipe Pena2011-11-111-0/+19
| * Fix skipif for non zlib builds re message http://lxr.php.net/opengrok/xref/PH...Christopher Jones2011-09-151-1/+4
| * Fixing SKIPIF fatal error. 6.0 is history, thus SKIPIF might need further upd...Ulf Wendel2011-09-061-1/+1
| * - add skipifPierre Joye2011-09-061-0/+2
| * Fixed bug#53872 (internal corruption of phar)Hannes Magnusson2011-08-294-0/+25
| * Whopsy, this change in 5.4, not 5.3Hannes Magnusson2011-08-291-1/+1
| * The Phar class extends RecursiveDirectoryIterator, which has changed the way ...Hannes Magnusson2011-08-291-3/+3
| * Fix skipif to resolve the common reason this test failsChristopher Jones2011-06-171-1/+4
| * - Fixed bug #54395 (Phar::mount() crashes when calling with wrong parameters)Felipe Pena2011-03-261-0/+16
| * Fixed bug #53898 (PHAR reports invalid error message, when the directory does...Ilia Alshanetsky2011-02-013-3/+3
| * removed extra ?> from the FILE sectionEyal Teutsch2010-12-301-1/+0
| * using PWD which is supported by run-tests.php, rather than $cwdEyal Teutsch2010-12-262-2/+2
| * MFH: fix phar phpinfo() tests.Adam Harvey2010-09-244-6/+6
| * Added test for bug 52013 to PHP_5_3.Eric Stewart2010-07-021-0/+37
| * - Unifiy that messageHannes Magnusson2010-04-2735-38/+38
| * Fix testHannes Magnusson2010-04-271-0/+1
| * mention which setting!Hannes Magnusson2010-04-2534-36/+36
* | fix testsStanislav Malyshev2012-03-251-1/+1
* | Fix skipifChristopher Jones2011-12-081-1/+1