jani            Wed Nov 21 08:20:45 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /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.36&r2=1.226.2.37.2.37&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.226.2.37.2.36 
php-src/run-tests.php:1.226.2.37.2.37
--- php-src/run-tests.php:1.226.2.37.2.36       Mon Nov 12 21:16:27 2007
+++ php-src/run-tests.php       Wed Nov 21 08:20:45 2007
@@ -1,3 +1,4 @@
+#!/usr/bin/php
 <?php
 /*
    +----------------------------------------------------------------------+
@@ -23,7 +24,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: run-tests.php,v 1.226.2.37.2.36 2007/11/12 21:16:27 zoe Exp $ */
+/* $Id: run-tests.php,v 1.226.2.37.2.37 2007/11/21 08:20:45 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
@@ -173,6 +174,7 @@
                'auto_prepend_file=',
                'auto_append_file=',
                'magic_quotes_runtime=0',
+               'ignore_repeated_errors=0',
        );
 
 function write_information($show_html)
@@ -399,7 +401,7 @@
                                        $html_output = is_resource($html_file);
                                        break;
                                case '--version':
-                                       echo '$Revision: 1.226.2.37.2.36 
$'."\n";
+                                       echo '$Revision: 1.226.2.37.2.37 
$'."\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