diff options
Diffstat (limited to 'ext/xmlwriter/tests')
| -rw-r--r-- | ext/xmlwriter/tests/007.phpt | 1 | ||||
| -rw-r--r-- | ext/xmlwriter/tests/011.phpt | 1 | ||||
| -rw-r--r-- | ext/xmlwriter/tests/012.phpt | 1 | ||||
| -rw-r--r-- | ext/xmlwriter/tests/OO_007.phpt | 1 | ||||
| -rw-r--r-- | ext/xmlwriter/tests/OO_010.phpt | 1 | ||||
| -rw-r--r-- | ext/xmlwriter/tests/OO_011.phpt | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/ext/xmlwriter/tests/007.phpt b/ext/xmlwriter/tests/007.phpt index 08a5b72236..f1b980a9cc 100644 --- a/ext/xmlwriter/tests/007.phpt +++ b/ext/xmlwriter/tests/007.phpt @@ -3,7 +3,6 @@ XMLWriter: libxml2 XML Writer, Elements & Attributes --SKIPIF-- <?php if (!extension_loaded("xmlwriter")) die("skip"); -if (LIBXML_VERSION < 20629) die("skip: libxml2 2.6.29+ required"); ?> --FILE-- <?php diff --git a/ext/xmlwriter/tests/011.phpt b/ext/xmlwriter/tests/011.phpt index 23d0c689d2..07d987c2ee 100644 --- a/ext/xmlwriter/tests/011.phpt +++ b/ext/xmlwriter/tests/011.phpt @@ -6,7 +6,6 @@ Mauricio Vieira <mauricio [at] @mauriciovieira [dot] net> --SKIPIF-- <?php if (!extension_loaded("xmlwriter")) die("skip"); -if (LIBXML_VERSION < 20701) die("skip: libxml2 2.7.1+ required"); ?> --FILE-- <?php diff --git a/ext/xmlwriter/tests/012.phpt b/ext/xmlwriter/tests/012.phpt index 871dc48299..f353fe5ab1 100644 --- a/ext/xmlwriter/tests/012.phpt +++ b/ext/xmlwriter/tests/012.phpt @@ -6,7 +6,6 @@ Mauricio Vieira <mauricio [at] @mauriciovieira [dot] net> --SKIPIF-- <?php if (!extension_loaded("xmlwriter")) die("skip"); -if (LIBXML_VERSION < 20701) die("skip: libxml2 2.7.1+ required"); ?> --FILE-- <?php diff --git a/ext/xmlwriter/tests/OO_007.phpt b/ext/xmlwriter/tests/OO_007.phpt index fd3001d16a..5b41896b75 100644 --- a/ext/xmlwriter/tests/OO_007.phpt +++ b/ext/xmlwriter/tests/OO_007.phpt @@ -3,7 +3,6 @@ XMLWriter: libxml2 XML Writer, Elements & Attributes --SKIPIF-- <?php if (!extension_loaded("xmlwriter")) die("skip"); -if (LIBXML_VERSION < 20629) die("skip: libxml2 2.6.29+ required"); ?> --FILE-- <?php diff --git a/ext/xmlwriter/tests/OO_010.phpt b/ext/xmlwriter/tests/OO_010.phpt index 7170df58a3..5c384797d2 100644 --- a/ext/xmlwriter/tests/OO_010.phpt +++ b/ext/xmlwriter/tests/OO_010.phpt @@ -6,7 +6,6 @@ Mauricio Vieira <mauricio [at] @mauriciovieira [dot] net> --SKIPIF-- <?php if (!extension_loaded("xmlwriter")) die("skip"); -if (LIBXML_VERSION < 20701) die("skip: libxml2 2.7.1+ required"); ?> --FILE-- <?php diff --git a/ext/xmlwriter/tests/OO_011.phpt b/ext/xmlwriter/tests/OO_011.phpt index b5826d9334..5d172b7f33 100644 --- a/ext/xmlwriter/tests/OO_011.phpt +++ b/ext/xmlwriter/tests/OO_011.phpt @@ -6,7 +6,6 @@ Mauricio Vieira <mauricio [at] @mauriciovieira [dot] net> --SKIPIF-- <?php if (!extension_loaded("xmlwriter")) die("skip"); -if (LIBXML_VERSION < 20701) die("skip: libxml2 2.7.1+ required"); ?> --FILE-- <?php |
