]> granicus.if.org Git - php/commitdiff
Update skipif
authorChristopher Jones <sixd@php.net>
Mon, 25 Jul 2011 17:22:48 +0000 (17:22 +0000)
committerChristopher Jones <sixd@php.net>
Mon, 25 Jul 2011 17:22:48 +0000 (17:22 +0000)
ext/oci8/tests/xmltype_02.phpt

index 83b4123067d4db3980d1348553522a053bda60f7..5ac294102e962c965089f2c0daa27a4abe826e1c 100644 (file)
@@ -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