jani            Wed Nov 21 08:20:11 2007 UTC

  Modified files:              
    /php-src    run-tests.php 
  Log:
  - 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.331&r2=1.332&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.331 php-src/run-tests.php:1.332
--- php-src/run-tests.php:1.331 Mon Nov 12 18:22:10 2007
+++ php-src/run-tests.php       Wed Nov 21 08:20:11 2007
@@ -24,7 +24,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: run-tests.php,v 1.331 2007/11/12 18:22:10 zoe Exp $ */
+/* $Id: run-tests.php,v 1.332 2007/11/21 08:20:11 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
@@ -162,6 +162,7 @@
                'auto_prepend_file=',
                'auto_append_file=',
                'magic_quotes_runtime=0',
+               'ignore_repeated_errors=0',
        );
 
 function write_information($show_html)
@@ -407,7 +408,7 @@
                                        $html_output = is_resource($html_file);
                                        break;
                                case '--version':
-                                       echo '$Revision: 1.331 $'."\n";
+                                       echo '$Revision: 1.332 $'."\n";
                                        exit(1);
                                default:
                                        echo "Illegal switch specified!\n";

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

Reply via email to