summaryrefslogtreecommitdiff
path: root/ext/phar/tests/tar/phar_convert_phar2.phpt
Commit message (Expand)AuthorAgeFilesLines
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-7/+7
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-01-011-3/+3
|\
| * Fix bug #74782: remove file name from output to avoid XSSStanislav Malyshev2018-01-011-3/+3
* | Remove binary casts from PHAR's default stubPedro Magalhães2016-11-091-3/+3
|/
* - IS_UNICODE checks and conversionsSteph Fox2008-05-191-3/+3
* - Make internal code back-compatible. This included a binary cast in the defa...Steph Fox2008-05-141-3/+3
* refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one...Greg Beaver2008-05-021-4/+4
* - Allow setStub() to continue workingSteph Fox2008-04-291-0/+1
* refactor compress/convertToTar/convertToPhar/convertToZip/convertToExecutable...Greg Beaver2008-04-111-2/+2
* fix read/write for PharData object, update tests to current APIGreg Beaver2008-03-241-2/+5
* implement full support and usage of phar stream in include_path, for both 5.2...Greg Beaver2008-03-121-3/+3
* fix testsGreg Beaver2008-02-241-2/+2
* Updating tests. 100% pass rate here now - not sure about the rest of the worl...Steph Fox2008-02-241-6/+4
* Update tests to accommodate those two extra bytesSteph Fox2008-02-211-3/+3
* Updating conversion tests to check for more conversion parameters than one. N...Steph Fox2008-02-211-2/+19
* fix tests to match CVSGreg Beaver2008-01-221-2/+2
* add optional whole-file compression to convertToTar/convertToPharGreg Beaver2008-01-161-0/+43