From: Steph Fox Date: Mon, 28 Jan 2008 16:49:28 +0000 (+0000) Subject: Get rid of zip requirement in the last few tests X-Git-Tag: RELEASE_2_0_0a1~748 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=618a29411d2f58a9bf55488f2d7220639ec92c23;p=php Get rid of zip requirement in the last few tests @Greg: zip/tarmaker.inc needs a rewrite --- diff --git a/ext/phar/tests/phar_convert_zip.phpt b/ext/phar/tests/phar_convert_zip.phpt index 79b4b149ef..0f02ccb474 100644 --- a/ext/phar/tests/phar_convert_zip.phpt +++ b/ext/phar/tests/phar_convert_zip.phpt @@ -2,7 +2,6 @@ Phar::convertToZip() --SKIPIF-- - --INI-- phar.require_hash=0 phar.readonly=0 diff --git a/ext/phar/tests/zip/033.phpt b/ext/phar/tests/zip/033.phpt index b2855368bd..410fd56f60 100644 --- a/ext/phar/tests/zip/033.phpt +++ b/ext/phar/tests/zip/033.phpt @@ -2,7 +2,6 @@ Phar::chmod zip-based --SKIPIF-- - --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/033a.phpt b/ext/phar/tests/zip/033a.phpt index 77f1925c9e..65d67e6f08 100644 --- a/ext/phar/tests/zip/033a.phpt +++ b/ext/phar/tests/zip/033a.phpt @@ -2,7 +2,6 @@ Phar::chmod zip-based --SKIPIF-- - --INI-- phar.readonly=1 phar.require_hash=0 diff --git a/ext/phar/tests/zip/create_new_and_modify.phpt b/ext/phar/tests/zip/create_new_and_modify.phpt index 0197fb8381..b81e5a779f 100644 --- a/ext/phar/tests/zip/create_new_and_modify.phpt +++ b/ext/phar/tests/zip/create_new_and_modify.phpt @@ -3,7 +3,6 @@ Phar: create and modify zip-based phar --SKIPIF-- - --INI-- phar.readonly=0 --FILE-- diff --git a/ext/phar/tests/zip/create_new_phar_b.phpt b/ext/phar/tests/zip/create_new_phar_b.phpt index 3029809bee..5aec78d2b9 100644 --- a/ext/phar/tests/zip/create_new_phar_b.phpt +++ b/ext/phar/tests/zip/create_new_phar_b.phpt @@ -2,7 +2,6 @@ Phar: create a completely new zip-based phar --SKIPIF-- - --INI-- phar.readonly=1 phar.require_hash=1 diff --git a/ext/phar/tests/zip/delete.phpt b/ext/phar/tests/zip/delete.phpt index 77ae85f909..85b4a44d4e 100644 --- a/ext/phar/tests/zip/delete.phpt +++ b/ext/phar/tests/zip/delete.phpt @@ -2,7 +2,6 @@ Phar: delete test, zip-based phar --SKIPIF-- - --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/delete_in_phar.phpt b/ext/phar/tests/zip/delete_in_phar.phpt index ec743b53c4..43f6874c0c 100644 --- a/ext/phar/tests/zip/delete_in_phar.phpt +++ b/ext/phar/tests/zip/delete_in_phar.phpt @@ -2,7 +2,6 @@ Phar: delete a file within a zip-based .phar --SKIPIF-- - --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/delete_in_phar_b.phpt b/ext/phar/tests/zip/delete_in_phar_b.phpt index 2816b10437..0a7336fee9 100644 --- a/ext/phar/tests/zip/delete_in_phar_b.phpt +++ b/ext/phar/tests/zip/delete_in_phar_b.phpt @@ -2,7 +2,6 @@ Phar: delete a file within a zip-based .phar --SKIPIF-- - --INI-- phar.readonly=1 phar.require_hash=0 diff --git a/ext/phar/tests/zip/delete_in_phar_confirm.phpt b/ext/phar/tests/zip/delete_in_phar_confirm.phpt index 9ffe718a85..29743e0132 100644 --- a/ext/phar/tests/zip/delete_in_phar_confirm.phpt +++ b/ext/phar/tests/zip/delete_in_phar_confirm.phpt @@ -2,7 +2,6 @@ Phar: delete a file within a zip-based .phar (confirm disk file is changed) --SKIPIF-- - --INI-- phar.readonly=0 phar.require_hash=0 diff --git a/ext/phar/tests/zip/dir.phpt b/ext/phar/tests/zip/dir.phpt index 4148aee968..889dfff656 100644 --- a/ext/phar/tests/zip/dir.phpt +++ b/ext/phar/tests/zip/dir.phpt @@ -2,7 +2,6 @@ Phar: mkdir/rmdir test zip-based --SKIPIF-- - --INI-- phar.readonly=0 phar.require_hash=0