sixd                                     Mon, 25 Jul 2011 17:22:48 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=313679

Log:
Update skipif

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/oci8/tests/xmltype_02.phpt
    U   php/php-src/branches/PHP_5_4/ext/oci8/tests/xmltype_02.phpt
    U   php/php-src/trunk/ext/oci8/tests/xmltype_02.phpt

Modified: php/php-src/branches/PHP_5_3/ext/oci8/tests/xmltype_02.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/oci8/tests/xmltype_02.phpt 2011-07-25 
16:50:07 UTC (rev 313678)
+++ php/php-src/branches/PHP_5_3/ext/oci8/tests/xmltype_02.phpt 2011-07-25 
17:22:48 UTC (rev 313679)
@@ -4,6 +4,7 @@
 <?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

Modified: php/php-src/branches/PHP_5_4/ext/oci8/tests/xmltype_02.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/oci8/tests/xmltype_02.phpt 2011-07-25 
16:50:07 UTC (rev 313678)
+++ php/php-src/branches/PHP_5_4/ext/oci8/tests/xmltype_02.phpt 2011-07-25 
17:22:48 UTC (rev 313679)
@@ -4,6 +4,7 @@
 <?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

Modified: php/php-src/trunk/ext/oci8/tests/xmltype_02.phpt
===================================================================
--- php/php-src/trunk/ext/oci8/tests/xmltype_02.phpt    2011-07-25 16:50:07 UTC 
(rev 313678)
+++ php/php-src/trunk/ext/oci8/tests/xmltype_02.phpt    2011-07-25 17:22:48 UTC 
(rev 313679)
@@ -4,6 +4,7 @@
 <?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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to