summaryrefslogtreecommitdiff
path: root/ext/phar/tests
Commit message (Expand)AuthorAgeFilesLines
* OK so let's kill the bug-hiderSteph Fox2008-01-301-1/+1
* - One last tweak (so Phar and no-phar work the same again now)Steph Fox2008-01-297-199/+273
* fix PharFileInfo->setAlias (was wildly broken)Greg Beaver2008-01-287-23/+37
* Get rid of zip requirement in the last few testsSteph Fox2008-01-2810-10/+0
* Get rid of zip requirementSteph Fox2008-01-2842-58/+0
* remove ext/zip dependency entirely, write better native zip supportGreg Beaver2008-01-286-7/+11
* - Added is_writable() check on temp directorySteph Fox2008-01-265-21/+23
* - Rewrite stub to take up slightly less spaceSteph Fox2008-01-254-96/+80
* fix 2 tests, add phar.readonly checks to rmdir/mkdirGreg Beaver2008-01-222-4/+4
* fix tests to match CVSGreg Beaver2008-01-227-6/+10
* add web-based support for default stub, now phars written with webPhar() will...Greg Beaver2008-01-207-39/+681
* bump API version if the created phar has directories in it, so that it won't ...Greg Beaver2008-01-193-2/+3
* add Phar::createDefaultStub(), which can take as an argument the filenameGreg Beaver2008-01-194-5/+384
* major improvement:Greg Beaver2008-01-186-5/+217
* add new test for opening a zip-based phar with no zip ext, update skipif for ...Greg Beaver2008-01-172-0/+18
* add optional whole-file compression to convertToTar/convertToPharGreg Beaver2008-01-164-0/+180
* add Phar::convertToTar(), Phar::convertToZip(), and Phar::convertToPhar()Greg Beaver2008-01-164-0/+158
* add support for creation of gzipped and bzipped tar-based pharsGreg Beaver2008-01-152-0/+72
* fix test (make OS-agnostic)Greg Beaver2008-01-141-1/+1
* fix test to be OS-agnosticGreg Beaver2008-01-141-1/+1
* add missing skip sections in zip testsGreg Beaver2008-01-1435-1/+35
* fix test (make OS-agnostic)Greg Beaver2008-01-142-2/+2
* fix test (make OS-agnostic)Greg Beaver2008-01-141-1/+1
* new test for inclusion within phar that takes CWD into accountGreg Beaver2008-01-123-0/+32
* always mung PATH_INFO and PATH_TRANSLATED, fix segfault if tar-based phar has...Greg Beaver2008-01-111-0/+30
* new tests for bz2-compressed tar or phar-based phars (wow, worked on first tr...Greg Beaver2008-01-094-1/+109
* fix gzipped phars in phar file format, add testGreg Beaver2008-01-093-3/+63
* implement whole-file compression of phars for phar/tar-based pharsGreg Beaver2008-01-091-0/+50
* add tests for directory creation and management for tar and zip-based phars, ...Greg Beaver2008-01-093-0/+88
* add rmdir() support, add rmdir to dir testGreg Beaver2008-01-091-1/+17
* fix empty directories in phar, add testGreg Beaver2008-01-096-8/+46
* complete set of new tests for zip-based phars (need to test compression for z...Greg Beaver2008-01-0887-21/+2132
* add tar-based to 2 testsGreg Beaver2008-01-072-2/+2
* eliminate potential double-free of aliasGreg Beaver2008-01-0717-22/+478
* new testsGreg Beaver2008-01-076-0/+383
* make test OS-agnosticGreg Beaver2008-01-071-1/+3
* fp must be nulled on every write also when == phar->fp or we get stale fp and...Greg Beaver2008-01-071-0/+51
* add tar-based to test namesGreg Beaver2008-01-072-2/+2
* new testsGreg Beaver2008-01-076-0/+270
* fix testGreg Beaver2008-01-071-2/+0
* new tests for tar formatGreg Beaver2008-01-0755-0/+909
* eliminated memleak, now to make it recognize "dir" as a directoryGreg Beaver2008-01-061-1/+1
* new test, exposes some memleaks, but not yet sure where they are (done for to...Greg Beaver2008-01-052-12/+65
* fix segfault, add separate tar test for readonly=0 on corrupted tarGreg Beaver2008-01-052-7/+36
* do not attempt to create a new phar if a file exists and is corrupted or is n...Greg Beaver2008-01-053-0/+203
* modify test to ensure that query string is preserved when munging server varsGreg Beaver2008-01-051-3/+3
* complete tests for Phar::mungServerGreg Beaver2008-01-0512-0/+139
* new tests, fix mime type overrides (all web front controller primary features...Greg Beaver2008-01-0513-1/+132
* new test, free resources on error in webPhar() (thanks new test\!)Greg Beaver2008-01-053-0/+29
* new testGreg Beaver2008-01-054-0/+29