Skip to content

Commit 74a900a

Browse files
committed
Trying GC disabling to kill the segfault.
1 parent 8257700 commit 74a900a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
<php>
2929
<ini name="memory_limit" value="256M" />
30+
<ini name="zend.enable_gc" value="0" />
3031
</php>
3132

3233
</phpunit>

0 commit comments

Comments
 (0)