summaryrefslogtreecommitdiff
path: root/ext/phar/shortarc.php
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined variable, and remove unused test-pdopeter279k2019-05-031-1/+1
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* Fix bug #74782: remove file name from output to avoid XSSStanislav Malyshev2018-01-011-1/+1
* - 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-1/+1
* implement full support and usage of phar stream in include_path, for both 5.2...Greg Beaver2008-03-121-0/+1
* Satisfy the pedants :)Steph Fox2008-02-211-1/+1
* Allow createDefaultStub() to accept 0, 1 or 2 parameters. Default for both CL...Steph Fox2008-02-181-88/+84
* - One last tweak (so Phar and no-phar work the same again now)Steph Fox2008-01-291-5/+6
* Job done.Steph Fox2008-01-291-13/+37
* Rock'n'roll... just php includes to figure out now.Steph Fox2008-01-291-7/+4
* 'It works on my box'.Steph Fox2008-01-281-40/+43
* - Added is_writable() check on temp directorySteph Fox2008-01-261-2/+2
* - Rewrite stub to take up slightly less spaceSteph Fox2008-01-251-108/+103
* add web-based support for default stub, now phars written with webPhar() will...Greg Beaver2008-01-201-11/+112
* add Phar::createDefaultStub(), which can take as an argument the filenameGreg Beaver2008-01-191-2/+3
* major improvement:Greg Beaver2008-01-181-0/+176