hholzgra Tue Jul 11 23:42:58 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/mysqli/tests connect.inc
Log:
debug output was breaking all tests
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/connect.inc?r1=1.6.2.1&r2=1.6.2.1.2.1&diff_format=u
Index: php-src/ext/mysqli/tests/connect.inc
diff -u php-src/ext/mysqli/tests/connect.inc:1.6.2.1
php-src/ext/mysqli/tests/connect.inc:1.6.2.1.2.1
--- php-src/ext/mysqli/tests/connect.inc:1.6.2.1 Fri Mar 24 09:32:24 2006
+++ php-src/ext/mysqli/tests/connect.inc Tue Jul 11 23:42:58 2006
@@ -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);
}
?>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php