diff options
Diffstat (limited to 'ext/phar/tests')
| -rw-r--r-- | ext/phar/tests/phar_convert_zip.phpt | 1 | ||||
| -rw-r--r-- | ext/phar/tests/zip/033.phpt | 1 | ||||
| -rw-r--r-- | ext/phar/tests/zip/033a.phpt | 1 | ||||
| -rw-r--r-- | ext/phar/tests/zip/create_new_and_modify.phpt | 1 | ||||
| -rw-r--r-- | ext/phar/tests/zip/create_new_phar_b.phpt | 1 | ||||
| -rw-r--r-- | ext/phar/tests/zip/delete.phpt | 1 | ||||
| -rw-r--r-- | ext/phar/tests/zip/delete_in_phar.phpt | 1 | ||||
| -rw-r--r-- | ext/phar/tests/zip/delete_in_phar_b.phpt | 1 | ||||
| -rw-r--r-- | ext/phar/tests/zip/delete_in_phar_confirm.phpt | 1 | ||||
| -rw-r--r-- | ext/phar/tests/zip/dir.phpt | 1 |
10 files changed, 0 insertions, 10 deletions
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-- <?php if (!extension_loaded("phar")) die("skip"); ?> -<?php if (!extension_loaded("zip")) die("skip"); ?> --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-- <?php if (!extension_loaded("phar")) die("skip"); ?> -<?php if (!extension_loaded("zip")) die("skip"); ?> --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-- <?php if (!extension_loaded("phar")) die("skip"); ?> -<?php if (!extension_loaded("zip")) die("skip"); ?> --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-- <?php if (!extension_loaded("phar")) die("skip"); ?> <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?> -<?php if (!extension_loaded("zip")) die("skip"); ?> --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-- <?php if (!extension_loaded("phar")) die("skip"); ?> -<?php if (!extension_loaded("zip")) die("skip"); ?> --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-- <?php if (!extension_loaded("phar")) die("skip"); ?> -<?php if (!extension_loaded("zip")) die("skip"); ?> --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-- <?php if (!extension_loaded("phar")) die("skip"); ?> -<?php if (!extension_loaded("zip")) die("skip"); ?> --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-- <?php if (!extension_loaded("phar")) die("skip"); ?> -<?php if (!extension_loaded("zip")) die("skip"); ?> --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-- <?php if (!extension_loaded("phar")) die("skip"); ?> -<?php if (!extension_loaded("zip")) die("skip"); ?> --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-- <?php if (!extension_loaded("phar")) die("skip"); ?> -<?php if (!extension_loaded("zip")) die("skip"); ?> --INI-- phar.readonly=0 phar.require_hash=0 |
