From: Rasmus Lerdorf Date: Mon, 29 Aug 2011 08:21:42 +0000 (+0000) Subject: Let's do more than hope (as per the comment in the test code) that we X-Git-Tag: php-5.4.0beta1~362 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9382deede24b794cd22ab3b09154f15dfbfc2a38;p=php 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 --- 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--