php-src/ext/phar/tests/tar
Greg Beaver c0d82e966f refactor compress/convertToTar/convertToPhar/convertToZip/convertToExecutable/convertToData
into 2 methods:
convertToExecutable/convertToData.  Both methods accept 3 optional parameters
1 archive type, Phar::PHAR, Phar::TAR, or Phar::ZIP
2 compression Phar::NONE, Phar::GZ, or Phar::BZ2
3 file extension.  Default is <format>.<compression> where .phar.tar is executable .tar
convertToExecutable always returns a Phar object
convertToData always returns a PharData object
also added Phar::PHAR, Phar::TAR, and Phar::ZIP class constants
[DOC]
2008-04-11 04:20:15 +00:00
..
files - it helps if you add the new files :) 2008-02-12 16:42:35 +00:00
033.phpt add addFile/addFromString/addEmptyDir. API is identical to ext/zip 2008-04-09 19:23:31 +00:00
033a.phpt add addFile/addFromString/addEmptyDir. API is identical to ext/zip 2008-04-09 19:23:31 +00:00
create_new_and_modify.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
create_new_phar_b.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
delete_in_phar_b.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
delete_in_phar_confirm.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
delete_in_phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
delete.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
dir.phpt add addFile/addFromString/addEmptyDir. API is identical to ext/zip 2008-04-09 19:23:31 +00:00
frontcontroller1.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller2.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller3.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller4.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller5.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller6.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller7.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller8.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller9.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller10.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller11.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller12.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller13.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller14.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller15.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller16.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller17.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller18.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller19.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller20.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller21.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
open_for_write_existing_b.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
open_for_write_existing_c.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
open_for_write_existing.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
open_for_write_newfile_b.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
open_for_write_newfile_c.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
open_for_write_newfile.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
phar_begin_setstub_commit.phpt fp must be nulled on every write also when == phar->fp or we get stale fp and problems. add new test that unearthed this problem 2008-01-07 17:58:31 +00:00
phar_buildfromiterator4.phpt new tests 2008-01-07 18:07:10 +00:00
phar_buildfromiterator5.phpt complete set of new tests for zip-based phars (need to test compression for zip-based phars) 2008-01-08 07:08:46 +00:00
phar_buildfromiterator6.phpt complete set of new tests for zip-based phars (need to test compression for zip-based phars) 2008-01-08 07:08:46 +00:00
phar_buildfromiterator7.phpt complete set of new tests for zip-based phars (need to test compression for zip-based phars) 2008-01-08 07:08:46 +00:00
phar_buildfromiterator8.phpt new tests 2008-01-07 18:07:10 +00:00
phar_buildfromiterator9.phpt complete set of new tests for zip-based phars (need to test compression for zip-based phars) 2008-01-08 07:08:46 +00:00
phar_commitwrite.phpt eliminate potential double-free of alias 2008-01-07 22:21:10 +00:00
phar_convert_phar2.phpt refactor compress/convertToTar/convertToPhar/convertToZip/convertToExecutable/convertToData 2008-04-11 04:20:15 +00:00
phar_convert_phar3.phpt refactor compress/convertToTar/convertToPhar/convertToZip/convertToExecutable/convertToData 2008-04-11 04:20:15 +00:00
phar_convert_phar.phpt refactor compress/convertToTar/convertToPhar/convertToZip/convertToExecutable/convertToData 2008-04-11 04:20:15 +00:00
phar_copy.phpt fix empty directories in phar, add test 2008-01-09 00:58:37 +00:00
phar_magic.phpt implement full support and usage of phar stream in include_path, for both 5.2 and 5.3. 2008-03-12 03:55:12 +00:00
phar_setalias2.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
phar_setalias.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
phar_setdefaultstub.phpt fix test, missing phar.readonly=0 --INI-- section 2008-02-23 18:08:54 +00:00
phar_stub_error.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
refcount1_5_2.phpt Updating tests. 100% pass rate here now - not sure about the rest of the world just yet (sorry Marcus). 2008-02-24 19:34:05 +00:00
refcount1.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
rename.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
tar_001.phpt fix tests 2008-03-03 19:36:09 +00:00
tar_002.phpt fix tests 2008-03-03 19:36:09 +00:00
tar_003.phpt - A bit more work on PharData creation/conversion. 2008-03-03 08:41:15 +00:00
tar_004.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
tar_bz2.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
tar_gzip.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
tar_makebz2.phpt refactor compress/convertToTar/convertToPhar/convertToZip/convertToExecutable/convertToData 2008-04-11 04:20:15 +00:00
tar_makegz.phpt refactor compress/convertToTar/convertToPhar/convertToZip/convertToExecutable/convertToData 2008-04-11 04:20:15 +00:00
tar_nostub.phpt - A bit more work on PharData creation/conversion. 2008-03-03 08:41:15 +00:00