php-src/ext/phar/tests/tar
Greg Beaver 0262e844c4 implement full support and usage of phar stream in include_path, for both 5.2 and 5.3.
5.3 code expects the proposed patch for stream wrapper in include_path to be committed
5.2 code only supports phar stream wrapper in include_path.
this is a 2-step process.  After this, more magic, particularly in funcinterceptors.c will be
converted to use phar_resolve_path, which is far safer than the current implementation.

this needs windows and 5.2 testing unix/windows
2008-03-12 03:55:12 +00:00
..
files - it helps if you add the new files :) 2008-02-12 16:42:35 +00:00
033.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +00:00
033a.phpt Make tests/tar in line with tests/zip. 2008-02-12 16:39:59 +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 tests for directory creation and management for tar and zip-based phars, add isPhar() to phar-based test 2008-01-09 03:51:38 +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 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_convert_phar3.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_convert_phar.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_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 Rename archive during compressAllFiles*() 2008-03-09 04:46:16 +00:00
tar_makegz.phpt Rename archive during compressAllFiles*() 2008-03-09 04:46:16 +00:00
tar_nostub.phpt - A bit more work on PharData creation/conversion. 2008-03-03 08:41:15 +00:00