php-src/ext/phar/tests/tar
2009-07-22 19:51:37 +00:00
..
files fix Bug #48681: openssl signature verification for tar archives broken in ext/phar, merge small fixes to phar.phar generation from PHP_5_3 2009-06-24 22:19:47 +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
alias_acrobatics.phpt fix weird alias issues, add tests to check for new-found problems 2008-05-12 20:42:07 +00:00
all.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
allU.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
badalias.phpt add checking for invalid alias on opening tar, and test 2008-04-26 22:31:44 +00:00
badchecksum.phpt new test for bad checksum, fix tar.c to catch tar archives with a corrupted first entry, fix memleak on bad checksum 2008-04-20 17:28:54 +00:00
bignames_overflow.phpt Fix Bug #49020: phar misinterprets ustar long filename standard 2009-07-22 19:51:37 +00:00
bignames.phpt Fix Bug #49020: phar misinterprets ustar long filename standard 2009-07-22 19:51:37 +00:00
create_new_and_modify.phpt refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +00:00
create_new_phar_b.phpt make tests php version-agnostic with regards to stream errors 2008-04-13 21:31:46 +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 MFB: plug security hole of unfettered creation access to .phar magic directory 2008-05-15 16:09:21 +00:00
exists_as_phar.phpt fix alias overloading handling for archives that are not in use 2008-05-06 21:14:53 +00:00
frontcontroller1.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller2.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller3.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +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 - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
frontcontroller10.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller11.phar.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
frontcontroller12.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller13.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller14.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller15.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller16.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller17.phar.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
frontcontroller18.phar.phpt fix build if SPL is disabled 2008-04-12 21:43:39 +00:00
frontcontroller19.phar.phpt fix build if SPL is disabled 2008-04-12 21:43:39 +00:00
frontcontroller20.phar.phpt fix build if SPL is disabled 2008-04-12 21:43:39 +00:00
frontcontroller21.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
links2.phpt new test for corrupted tar with hard link to nowhere 2008-04-21 06:21:09 +00:00
links3.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
links4.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
links5.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
links6.phpt add missing --INI-- section 2008-10-12 18:54:13 +00:00
links.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
open_for_write_existing_b_5_2.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
open_for_write_existing_b.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
open_for_write_existing_c_5_2.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
open_for_write_existing_c.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
open_for_write_existing.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
open_for_write_newfile_b_5_2.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
open_for_write_newfile_b.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
open_for_write_newfile_c_5_2.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
open_for_write_newfile_c.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
open_for_write_newfile.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
phar_begin_setstub_commit.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
phar_begin_setstub_commitU.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
phar_buildfromiterator4.phpt refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +00:00
phar_buildfromiterator5.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
phar_buildfromiterator6.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
phar_buildfromiterator7.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
phar_buildfromiterator8.phpt refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +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 refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +00:00
phar_convert_phar2.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
phar_convert_phar3.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
phar_convert_phar4.phpt fix potential segfault when converting phars with metadata to other formats, add test 2009-05-24 18:50:37 +00:00
phar_convert_phar.phpt - fix test cleanup (== consistent now :) 2009-04-25 17:57:27 +00:00
phar_copy.phpt refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +00:00
phar_magic.phpt refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +00:00
phar_setalias2.phpt fix alias overloading handling for archives that are not in use 2008-05-06 21:14:53 +00:00
phar_setalias.phpt increase code coverage 2008-04-26 17:34:14 +00:00
phar_setdefaultstub.phpt fix test, missing phar.readonly=0 --INI-- section 2008-02-23 18:08:54 +00:00
phar_setsignaturealgo2.phpt MFB: fix bug #45907: undefined reference to PHP_SHA512Init 2008-10-09 00:51:27 +00:00
phar_stub_error.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
phar_stub.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +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 - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
rename_dir.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
rename.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
require_hash.phpt MFB: fix Bug #48257: PharData throws exception with non-phar tar 2009-05-13 20:26:18 +00:00
rmdir.phpt MFB: fix faulty tests 2008-10-12 23:33:08 +00:00
tar_001.phpt fix tests to match CVS 2008-04-20 17:19:24 +00:00
tar_002.phpt fix tests to match CVS 2008-04-20 17:19:24 +00:00
tar_003.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
tar_004.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
tar_004U.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
tar_bz2.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
tar_bz2U.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
tar_gzip.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
tar_gzipU.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
tar_makebz2.phpt refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +00:00
tar_makegz.phpt refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +00:00
tar_nohash.phpt add missing test 2009-05-24 18:47:54 +00:00
tar_nostub.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
tar_openssl_hash.phpt fix Bug #48681: openssl signature verification for tar archives broken in ext/phar, merge small fixes to phar.phar generation from PHP_5_3 2009-06-24 22:19:47 +00:00
truncated.phpt add failing test for truncated tar archive 2008-04-20 15:12:09 +00:00