summaryrefslogtreecommitdiff
path: root/ext/phar/tests/phar_convert_repeated_b.phpt
Commit message (Expand)AuthorAgeFilesLines
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-8/+8
* Fix for Bug 74196: PharData->decompress() does not correctly support dot namesMitch Hagstrand2017-04-101-4/+6
* - Added SKIPIFFelipe Pena2008-05-131-0/+1
* refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one...Greg Beaver2008-05-021-18/+18
* refactor compress/convertToTar/convertToPhar/convertToZip/convertToExecutable...Greg Beaver2008-04-111-7/+7
* fix read/write for PharData object, update tests to current APIGreg Beaver2008-03-241-21/+9
* not all tests have been converted over to the new API, but it worksGreg Beaver2008-03-231-8/+16
* implement full support and usage of phar stream in include_path, for both 5.2...Greg Beaver2008-03-121-2/+2
* - A bit more work on PharData creation/conversion.Steph Fox2008-03-031-0/+121