summaryrefslogtreecommitdiff
path: root/ext/iconv/tests/skipif.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/iconv/tests/skipif.inc')
-rw-r--r--ext/iconv/tests/skipif.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/iconv/tests/skipif.inc b/ext/iconv/tests/skipif.inc
deleted file mode 100644
index 6f7bbf2b86..0000000000
--- a/ext/iconv/tests/skipif.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-// This script prints "skip" if condition does not meet.
-
-// Do not dl load extension
-//if (!extension_loaded("iconv") && ini_get("enable_dl")) {
-// $dlext = (substr(PHP_OS, 0, 3) == "WIN") ? ".dll" : ".so";
-// @dl("iconv$dlext");
-//}
-if (!extension_loaded("iconv")) {
- die("skip iconv extension not available\n");
-}
-?> \ No newline at end of file