From: Hartmut Holzgraefe Date: Tue, 11 Jul 2006 23:42:58 +0000 (+0000) Subject: debug output was breaking all tests X-Git-Tag: php-5.2.0RC1~128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61e978315435483d066cda20c1f0501b6e005e43;p=php debug output was breaking all tests --- diff --git a/ext/mysqli/tests/connect.inc b/ext/mysqli/tests/connect.inc index 2b4a67be2c..61ed36bdce 100644 --- a/ext/mysqli/tests/connect.inc +++ b/ext/mysqli/tests/connect.inc @@ -18,8 +18,7 @@ "--innodb_data_file_path=ibdata1:10M:autoextend", "--log-error=$path/testrun.log" ); - $x = $driver->embedded_server_start(TRUE, $args, NULL); - var_dump($x); + $driver->embedded_server_start(TRUE, $args, NULL); } ?>