From: Christopher Jones Date: Mon, 25 Jul 2011 17:22:48 +0000 (+0000) Subject: Update skipif X-Git-Tag: php-5.4.0alpha3~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6effbcb140c8a86c14124fd9e3fee93e6c6d0101;p=php Update skipif --- 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 true, 'timesten' => false); // test runs on these DBs require(dirname(__FILE__).'/skipif.inc'); +if (!extension_loaded("simplexml")) die ("skip no simplexml extension"); ?> --FILE--