From 9382deede24b794cd22ab3b09154f15dfbfc2a38 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Mon, 29 Aug 2011 08:21:42 +0000 Subject: [PATCH] Let's do more than hope (as per the comment in the test code) that we don't hit the memory limit, let's disable the limit for this test since the limit is getting hit by many people --- ext/mysqli/tests/mysqli_fetch_array_large.phpt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ext/mysqli/tests/mysqli_fetch_array_large.phpt b/ext/mysqli/tests/mysqli_fetch_array_large.phpt index ae83b3f8b1..3c6a0f03f3 100644 --- a/ext/mysqli/tests/mysqli_fetch_array_large.phpt +++ b/ext/mysqli/tests/mysqli_fetch_array_large.phpt @@ -5,6 +5,8 @@ mysqli_fetch_array() - large packages (to test compression) require_once('skipif.inc'); require_once('skipifconnectfailure.inc'); ?> +--INI-- +memory_limit=-1 --FILE--