1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 23:53:30 +02:00

Update skipif

This commit is contained in:
Christopher Jones
2011-07-25 17:22:48 +00:00
parent a02d8cfa33
commit 6effbcb140

View 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