From: Ilia Alshanetsky Date: Fri, 8 Nov 2002 01:11:05 +0000 (+0000) Subject: This option is needed if we need to track errors inside the skip condition. X-Git-Tag: php-4.3.0RC1~188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a552596a4383050bce3a4f59e5d596a12a66fc1;p=php This option is needed if we need to track errors inside the skip condition. --- diff --git a/run-tests.php b/run-tests.php index 24b6ef8de6..bbef6ba55a 100755 --- a/run-tests.php +++ b/run-tests.php @@ -114,6 +114,7 @@ $settings = array( 'safe_mode=0', 'output_buffering=Off', 'output_handler=', + 'track_errors=1', 'zlib.output_compression=Off', 'auto_prepend_file=', 'auto_append_file=',