summaryrefslogtreecommitdiff
path: root/ext/phar/tests/zip/phar_magic.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Clean DONE tags from testsFabien Villepinte2019-11-071-2/+0
| | | | | | | Remove most of the `===DONE===` tags and its variations. Keep `===DONE===` if the test output otherwise becomes empty. Closes GH-4872.
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-4/+4
|
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
|
* Cleanup tests version checksTom Van Looy2016-11-201-4/+0
|
* Fixed PHP6 unicode related testsDmitry Stogov2014-08-151-1/+1
|
* make phar tests pass in php 5.2, prepare for release of pecl/phar 2.0.0, ↵Greg Beaver2009-07-291-0/+3
| | | | merge Gwynne's TSRM fix to phar_object.c to other branches
* - Bring phar tests into line across all branchesSteph Fox2008-08-011-2/+10
|
* refactor isTar/isZip/isPhar into isFileFormat(int format) where format is ↵Greg Beaver2008-05-021-1/+1
| | | | | | | one of Phar::TAR,, Phar::ZIP, Phar::PHAR [DOC]
* implement full support and usage of phar stream in include_path, for both ↵Greg Beaver2008-03-121-0/+1
| | | | | | | | | | | | 5.2 and 5.3. 5.3 code expects the proposed patch for stream wrapper in include_path to be committed 5.2 code only supports phar stream wrapper in include_path. this is a 2-step process. After this, more magic, particularly in funcinterceptors.c will be converted to use phar_resolve_path, which is far safer than the current implementation. this needs windows and 5.2 testing unix/windows
* Get rid of zip requirementSteph Fox2008-01-281-1/+0
|
* add missing skip sections in zip testsGreg Beaver2008-01-141-0/+1
|
* complete set of new tests for zip-based phars (need to test compression for ↵Greg Beaver2008-01-081-0/+32
zip-based phars) fix a whole bunch of zip-related bugs tar tests need some naming add phar information to error messages, fix existing tests to reflect this