Skip to content

Commit e0c014d

Browse files
committed
Merge branch 'PHP-5.3' into PHP-5.4
2 parents c6ad989 + f419d61 commit e0c014d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ext/standard/tests/streams/bug61115-1.phpt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
--TEST--
22
Bug #61115: Stream related segfault on fatal error in php_stream_context_del_link - variation 1
3+
--SKIPIF--
4+
<?php
5+
if (getenv("USE_ZEND_ALLOC") === "0") {
6+
die("skip Zend MM disabled");
7+
}
8+
?>
39
--FILE--
410
<?php
511

0 commit comments

Comments
 (0)