Skip Report for ext/oci8/tests/pecl_bug10194_blob.phpt
Script
<?php $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs require(dirname(__FILE__).'/skipif.inc'); if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platforms only"); if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request'); if (getenv("USE_ZEND_ALLOC") === "0") { die("skip Zend MM disabled"); } ?>
Reason
this test is for 32bit platforms only
Generated at Tue, 21 May 2013 17:04:51 +0000 (2 days ago)
|