summaryrefslogtreecommitdiff
path: root/ext/phar/tests/phar_create_in_cwd.phpt
Commit message (Expand)AuthorAgeFilesLines
* Reindent phpt filesNikita Popov2020-02-031-6/+6
* Clean DONE tags from testsFabien Villepinte2019-11-071-2/+0
* Merge branch 'PHP-7.4'Peter Kokot2019-03-151-2/+2
|\
| * Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-2/+2
* | Merge branch 'PHP-7.4'Nikita Popov2019-02-221-6/+6
|\ \ | |/
| * Use separate files in phar testsNikita Popov2019-02-221-8/+8
* | Remove support for __autoload()Nikita Popov2019-01-301-8/+6
|/
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-151-1/+1
* Trim trailing whitespace in testsGabriel Caruso2018-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
* Update tests to match new stub lengthSteph Fox2008-02-191-1/+1
* fix memory leaks. There are some leaks in libz that I can't fix, but none tr...Greg Beaver2008-02-081-1/+1
* - Added is_writable() check on temp directorySteph Fox2008-01-261-1/+1
* - Rewrite stub to take up slightly less spaceSteph Fox2008-01-251-1/+1
* add web-based support for default stub, now phars written with webPhar() will...Greg Beaver2008-01-201-1/+1
* add Phar::createDefaultStub(), which can take as an argument the filenameGreg Beaver2008-01-191-1/+1
* major improvement:Greg Beaver2008-01-181-3/+2
* - Change 'print' to 'die' for skip noticesMarcus Boerger2008-01-041-1/+1
* MFB fix to testGreg Beaver2007-11-251-2/+11
* fix mem leak on error, fix cwd issue. go back to BadMethodCallException for ...Greg Beaver2007-02-031-17/+12
* - Split commit into commit and setStubMarcus Boerger2007-01-281-1/+1
* make sure we are in the test directoryGreg Beaver2007-01-281-0/+1
* new test for creation of phar in current directoryGreg Beaver2007-01-281-0/+41