1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Increase memory_limit to prevent test failures
This commit is contained in:
Christoph M. Becker
2018-08-22 14:31:36 +02:00
+1 -1
View File
@@ -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++) {