summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2011-07-25 17:22:48 +0000
committerChristopher Jones <sixd@php.net>2011-07-25 17:22:48 +0000
commit99049e2fdd827acf991005ebfcd83921001d9b7f (patch)
treef1ea0b06eb0ffe0f95968908f301f607678ddbea /ext
parenta10e7fe11d3e5c9cc93cf3b6d20cfd35f2c14e03 (diff)
downloadphp-git-99049e2fdd827acf991005ebfcd83921001d9b7f.tar.gz
Update skipif
Diffstat (limited to 'ext')
-rw-r--r--ext/oci8/tests/xmltype_02.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/oci8/tests/xmltype_02.phpt b/ext/oci8/tests/xmltype_02.phpt
index 83b4123067..5ac294102e 100644
--- a/ext/oci8/tests/xmltype_02.phpt
+++ b/ext/oci8/tests/xmltype_02.phpt
@@ -4,6 +4,7 @@ Basic XMLType test #2
<?php
$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
require(dirname(__FILE__).'/skipif.inc');
+if (!extension_loaded("simplexml")) die ("skip no simplexml extension");
?>
--FILE--
<?php