summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/pecl_bug10194_blob.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/pecl_bug10194_blob.phpt')
-rw-r--r--ext/oci8/tests/pecl_bug10194_blob.phpt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/oci8/tests/pecl_bug10194_blob.phpt b/ext/oci8/tests/pecl_bug10194_blob.phpt
index faf87ab3c1..96f94bcf4c 100644
--- a/ext/oci8/tests/pecl_bug10194_blob.phpt
+++ b/ext/oci8/tests/pecl_bug10194_blob.phpt
@@ -6,6 +6,9 @@ $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on t
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");
+}
?>
--INI--
memory_limit=3M