--- embedaddon/php/ext/oci8/tests/pecl_bug10194.phpt 2012/02/21 23:47:59 1.1.1.1 +++ embedaddon/php/ext/oci8/tests/pecl_bug10194.phpt 2013/07/22 01:31:57 1.1.1.2 @@ -5,6 +5,9 @@ PECL Bug #10194 (segfault in Instant Client when memor $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs require(dirname(__FILE__).'/skipif.inc'); if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request'); +if (getenv("USE_ZEND_ALLOC") === "0") { + die("skip Zend MM disabled"); +} ?> --INI-- memory_limit=10M