]> granicus.if.org Git - php/commit
Duplicate tests to accommodate parameter parsing fixes in 5_3 core
authorSteph Fox <sfox@php.net>
Mon, 7 Jul 2008 01:09:21 +0000 (01:09 +0000)
committerSteph Fox <sfox@php.net>
Mon, 7 Jul 2008 01:09:21 +0000 (01:09 +0000)
commit5db08e7d1f6d3af3222cf849c356ac2c1cb3f7d0
treed7df2967220ff444c36721c8f6354a9e1e71af73
parentc39086568970fa49ae3727a2688d8eb3dc12f838
Duplicate tests to accommodate parameter parsing fixes in 5_3 core
(NB the 5_2 tests will fail currently due to name changes, will fix tomorrow)
26 files changed:
ext/phar/tests/files/notbogus.zip [new file with mode: 0644]
ext/phar/tests/open_for_write_existing_b.phpt
ext/phar/tests/open_for_write_existing_b_5_2.phpt [new file with mode: 0644]
ext/phar/tests/open_for_write_existing_c.phpt
ext/phar/tests/open_for_write_existing_c_5_2.phpt [new file with mode: 0644]
ext/phar/tests/open_for_write_newfile_b.phpt
ext/phar/tests/open_for_write_newfile_b_5_2.phpt [new file with mode: 0644]
ext/phar/tests/open_for_write_newfile_c.phpt
ext/phar/tests/open_for_write_newfile_c_5_2.phpt [new file with mode: 0644]
ext/phar/tests/phar_extract3.phpt [new file with mode: 0644]
ext/phar/tests/tar/open_for_write_existing_b.phpt
ext/phar/tests/tar/open_for_write_existing_b_5_2.phpt [new file with mode: 0644]
ext/phar/tests/tar/open_for_write_existing_c.phpt
ext/phar/tests/tar/open_for_write_existing_c_5_2.phpt [new file with mode: 0644]
ext/phar/tests/tar/open_for_write_newfile_b.phpt
ext/phar/tests/tar/open_for_write_newfile_b_5_2.phpt [new file with mode: 0644]
ext/phar/tests/tar/open_for_write_newfile_c.phpt
ext/phar/tests/tar/open_for_write_newfile_c_5_2.phpt [new file with mode: 0644]
ext/phar/tests/zip/open_for_write_existing_b.phpt
ext/phar/tests/zip/open_for_write_existing_b_5_2.phpt [new file with mode: 0644]
ext/phar/tests/zip/open_for_write_existing_c.phpt
ext/phar/tests/zip/open_for_write_existing_c_5_2.phpt [new file with mode: 0644]
ext/phar/tests/zip/open_for_write_newfile_b.phpt
ext/phar/tests/zip/open_for_write_newfile_b_5_2.phpt [new file with mode: 0644]
ext/phar/tests/zip/open_for_write_newfile_c.phpt
ext/phar/tests/zip/open_for_write_newfile_c_5_2.phpt [new file with mode: 0644]