diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2018-08-22 14:32:04 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-08-22 14:32:04 +0200 |
commit | 4b5d26596af5c7a6281819da6b870c97d06692a2 (patch) | |
tree | e62506802cc65806812cf46b8c5ddcdd7d290521 | |
parent | 1f698e0f94604ed4be5a1ed0fc91831ce06bae52 (diff) | |
parent | 6cf382b667a97cd6eeeedd5591b131164a8a6c8a (diff) | |
download | php-git-4b5d26596af5c7a6281819da6b870c97d06692a2.tar.gz |
Merge branch 'PHP-7.3'
* PHP-7.3:
Increase memory_limit to prevent test failures
-rw-r--r-- | ext/standard/tests/array/bug76778.phpt | 2 |
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++) { |