]> granicus.if.org Git - php/commitdiff
Sike test while there is no zend mm max_size guard
authorXinchen Hui <laruence@php.net>
Sun, 29 Jul 2012 06:30:01 +0000 (14:30 +0800)
committerXinchen Hui <laruence@php.net>
Sun, 29 Jul 2012 06:30:01 +0000 (14:30 +0800)
ext/standard/tests/streams/bug61115-1.phpt

index 89374e735377282ec70e6e2103e37da484e90d3d..99e2f7929ca09edd77250d4a81e43cd79c83e837 100644 (file)
@@ -1,5 +1,11 @@
 --TEST--
 Bug #61115: Stream related segfault on fatal error in php_stream_context_del_link - variation 1
+--SKIPIF--
+<?php
+if (getenv("USE_ZEND_ALLOC") === "0") {
+    die("skip Zend MM disabled");
+}
+?> 
 --FILE--
 <?php