rasmus                                   Mon, 29 Aug 2011 08:21:42 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=315677

Log:
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

Changed paths:
    U   
php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_fetch_array_large.phpt
    U   php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_array_large.phpt

Modified: 
php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_fetch_array_large.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_fetch_array_large.phpt 
2011-08-29 07:52:57 UTC (rev 315676)
+++ php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_fetch_array_large.phpt 
2011-08-29 08:21:42 UTC (rev 315677)
@@ -5,6 +5,8 @@
 require_once('skipif.inc');
 require_once('skipifconnectfailure.inc');
 ?>
+--INI--
+memory_limit=-1
 --FILE--
 <?php
        require_once("connect.inc");
@@ -164,4 +166,4 @@
 --EXPECTF--
 stop: %s
 stop: %s
-done!
\ No newline at end of file
+done!

Modified: php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_array_large.phpt
===================================================================
--- php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_array_large.phpt    
2011-08-29 07:52:57 UTC (rev 315676)
+++ php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_array_large.phpt    
2011-08-29 08:21:42 UTC (rev 315677)
@@ -5,6 +5,8 @@
 require_once('skipif.inc');
 require_once('skipifconnectfailure.inc');
 ?>
+--INI--
+memory_limit=-1
 --FILE--
 <?php
        require_once("connect.inc");
@@ -164,4 +166,4 @@
 --EXPECTF--
 stop: %s
 stop: %s
-done!
\ No newline at end of file
+done!

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to