summaryrefslogtreecommitdiff
path: root/ext/phar/tests/phar_convert_repeated.phpt
Commit message (Expand)AuthorAgeFilesLines
* Clean DONE tags from testsFabien Villepinte2019-11-071-2/+0
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-12/+12
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-01-011-1/+1
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-01-011-1/+1
| |\
| | * Fix bug #74782: remove file name from output to avoid XSSStanislav Malyshev2018-01-011-1/+1
| * | Remove binary casts from PHAR's default stubPedro Magalhães2016-11-091-1/+1
| |/
* | Fix for Bug 74196: PharData->decompress() does not correctly support dot namesMitch Hagstrand2017-04-101-3/+3
* | Remove binary casts from PHAR's default stubPedro Magalhães2016-11-091-1/+1
|/
* - Bring phar tests into line across all branchesSteph Fox2008-08-011-1/+2
* - IS_UNICODE checks and conversionsSteph Fox2008-05-191-3/+2
* - Make internal code back-compatible. This included a binary cast in the defa...Steph Fox2008-05-141-1/+1
* refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one...Greg Beaver2008-05-021-21/+21
* refactor compress/convertToTar/convertToPhar/convertToZip/convertToExecutable...Greg Beaver2008-04-111-6/+6
* fix read/write for PharData object, update tests to current APIGreg Beaver2008-03-241-11/+19
* implement full support and usage of phar stream in include_path, for both 5.2...Greg Beaver2008-03-121-1/+1
* fix testsSteph Fox2008-03-031-7/+7
* - A bit more work on PharData creation/conversion.Steph Fox2008-03-031-0/+141