summaryrefslogtreecommitdiff
path: root/ext/phar/tests/phar_createdefaultstub.phpt
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-01-011-11/+11
|\
| * Fix bug #74782: remove file name from output to avoid XSSStanislav Malyshev2018-01-011-11/+11
* | Remove binary casts from PHAR's default stubPedro Magalhães2016-11-091-20/+20
|/
* - IS_UNICODE checks and conversionsSteph Fox2008-05-191-17/+17
* - Make internal code back-compatible. This included a binary cast in the defa...Steph Fox2008-05-141-11/+11
* implement full support and usage of phar stream in include_path, for both 5.2...Greg Beaver2008-03-121-8/+11
* Update tests to accommodate those two extra bytesSteph Fox2008-02-211-12/+12
* Update tests to match new stub lengthSteph Fox2008-02-191-22/+10
* - One last tweak (so Phar and no-phar work the same again now)Steph Fox2008-01-291-143/+200
* - Added is_writable() check on temp directorySteph Fox2008-01-261-14/+14
* - Rewrite stub to take up slightly less spaceSteph Fox2008-01-251-71/+59
* add web-based support for default stub, now phars written with webPhar() will...Greg Beaver2008-01-201-26/+541
* add Phar::createDefaultStub(), which can take as an argument the filenameGreg Beaver2008-01-191-0/+378