From: Ilia Alshanetsky Date: Mon, 25 Dec 2006 21:08:10 +0000 (+0000) Subject: MFB: Fixed test for 64bit systems X-Git-Tag: RELEASE_1_0_0RC1~503 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b145dcb902126549b06036718f2f27424f41cb0;p=php MFB: Fixed test for 64bit systems --- diff --git a/ext/standard/tests/array/array_sum.phpt b/ext/standard/tests/array/array_sum.phpt index f1868cb2ef..a483eaae35 100644 --- a/ext/standard/tests/array/array_sum.phpt +++ b/ext/standard/tests/array/array_sum.phpt @@ -1,7 +1,7 @@ --TEST-- Test array_sum() --INI-- -memory_limit=64M +memory_limit=128M --FILE--