summaryrefslogtreecommitdiff
path: root/ext/phar/tests/phar_commitwrite.phpt
Commit message (Expand)AuthorAgeFilesLines
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-151-1/+1
* Trim trailing whitespace in *.phptPeter Kokot2018-10-141-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
|/
* - IS_UNICODE checks and conversionsSteph Fox2008-05-191-1/+1
* - 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-1/+1
* Update tests to accommodate those two extra bytesSteph Fox2008-02-211-1/+1
* Take some of the pain out of stub rewrites. (Full default stub is tested else...Steph Fox2008-02-201-292/+2
* Update tests to match new stub lengthSteph Fox2008-02-191-7/+3
* - One last tweak (so Phar and no-phar work the same again now)Steph Fox2008-01-291-47/+66
* - Added is_writable() check on temp directorySteph Fox2008-01-261-4/+4
* - Rewrite stub to take up slightly less spaceSteph Fox2008-01-251-23/+19
* add web-based support for default stub, now phars written with webPhar() will...Greg Beaver2008-01-201-12/+113
* add Phar::createDefaultStub(), which can take as an argument the filenameGreg Beaver2008-01-191-4/+5
* major improvement:Greg Beaver2008-01-181-2/+179
* - Change 'print' to 'die' for skip noticesMarcus Boerger2008-01-041-1/+1
* - Verify stubMarcus Boerger2007-05-271-4/+5
* rename begin/isFlushingToPhar/commit to startBuffering/isBuffering/stopBufferingGreg Beaver2007-03-221-2/+2
* - Split commit into commit and setStubMarcus Boerger2007-01-281-2/+2
* - Fix testsMarcus Boerger2007-01-281-3/+3
* fix commitWrite test, enable creation of Phars with phar objectGreg Beaver2007-01-281-5/+16
* new failing test for commitWrite()Greg Beaver2007-01-281-0/+30