diff options
author | Christopher Jones <sixd@php.net> | 2011-07-25 17:22:48 +0000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2011-07-25 17:22:48 +0000 |
commit | 99049e2fdd827acf991005ebfcd83921001d9b7f (patch) | |
tree | f1ea0b06eb0ffe0f95968908f301f607678ddbea /ext | |
parent | a10e7fe11d3e5c9cc93cf3b6d20cfd35f2c14e03 (diff) | |
download | php-git-99049e2fdd827acf991005ebfcd83921001d9b7f.tar.gz |
Update skipif
Diffstat (limited to 'ext')
-rw-r--r-- | ext/oci8/tests/xmltype_02.phpt | 1 |
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 |