jani            Wed Nov 21 08:20:22 2007 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    run-tests.php 
  Log:
  MFH:- Fixed bug #43035: ignore_repeated_errors=On causes lot of tests to fail
  
http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.35.2.2&r2=1.226.2.37.2.35.2.3&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.226.2.37.2.35.2.2 
php-src/run-tests.php:1.226.2.37.2.35.2.3
--- php-src/run-tests.php:1.226.2.37.2.35.2.2   Mon Nov 12 18:26:37 2007
+++ php-src/run-tests.php       Wed Nov 21 08:20:22 2007
@@ -24,7 +24,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: run-tests.php,v 1.226.2.37.2.35.2.2 2007/11/12 18:26:37 zoe Exp $ */
+/* $Id: run-tests.php,v 1.226.2.37.2.35.2.3 2007/11/21 08:20:22 jani Exp $ */
 
 /* Sanity check to ensure that pcre extension needed by this script is 
available.
  * In the event it is not, print a nice error message indicating that this 
script will
@@ -174,6 +174,7 @@
                'auto_prepend_file=',
                'auto_append_file=',
                'magic_quotes_runtime=0',
+               'ignore_repeated_errors=0',
        );
 
 function write_information($show_html)
@@ -400,7 +401,7 @@
                                        $html_output = is_resource($html_file);
                                        break;
                                case '--version':
-                                       echo '$Revision: 1.226.2.37.2.35.2.2 
$'."\n";
+                                       echo '$Revision: 1.226.2.37.2.35.2.3 
$'."\n";
                                        exit(1);
 
                                case 'u':

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

Reply via email to