]> granicus.if.org Git - php/commitdiff
Let's do more than hope (as per the comment in the test code) that we
authorRasmus Lerdorf <rasmus@php.net>
Mon, 29 Aug 2011 08:21:42 +0000 (08:21 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Mon, 29 Aug 2011 08:21:42 +0000 (08:21 +0000)
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

index ae83b3f8b182bdb0411bf7398f285d9320d5323e..3c6a0f03f3b9fd86cc405f90c540e9a642fe2f38 100644 (file)
@@ -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--
 <?php
        require_once("connect.inc");
@@ -164,4 +166,4 @@ require_once('skipifconnectfailure.inc');
 --EXPECTF--
 stop: %s
 stop: %s
-done!
\ No newline at end of file
+done!