summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-08-22 14:29:28 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-08-22 14:29:28 +0200
commit5fb01a3a42ec850a3d0e09247414387e8964ef44 (patch)
tree4b5e94aa403cfcb9afc2ad585403c3585bcae924
parent70b2fca220fc27a16cc9f81f6c6da0f2a6d6d610 (diff)
downloadphp-git-5fb01a3a42ec850a3d0e09247414387e8964ef44.tar.gz
Increase memory_limit to prevent test failures
-rw-r--r--ext/standard/tests/array/bug76778.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/bug76778.phpt b/ext/standard/tests/array/bug76778.phpt
index 2c65497d12..e213961ce2 100644
--- a/ext/standard/tests/array/bug76778.phpt
+++ b/ext/standard/tests/array/bug76778.phpt
@@ -5,7 +5,7 @@ Bug #76778 (array_reduce leaks memory if callback throws exception)
if (getenv("SKIP_SLOW_TESTS")) die('skip slow test');
?>
--INI--
-memory_limit=32M
+memory_limit=128M
--FILE--
<?php
for ($i = 0; $i < 100; $i++) {