--- embedaddon/php/ext/oci8/tests/pecl_bug10194_blob_64.phpt 2012/02/21 23:47:59 1.1.1.1 +++ embedaddon/php/ext/oci8/tests/pecl_bug10194_blob_64.phpt 2013/07/22 01:31:57 1.1.1.2 @@ -6,6 +6,9 @@ $target_dbs = array('oracledb' => true, 'timesten' => require(dirname(__FILE__).'/skipif.inc'); if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request'); if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only"); +if (getenv("USE_ZEND_ALLOC") === "0") { + die("skip Zend MM disabled"); +} ?> --INI-- memory_limit=6M