From: Date: Sat, 13 Oct 2007 01:31:39 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~1595 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe6b701cd6a3943f1a09061bb97b29dcc8021927;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b2f6ed605d..1e308f12ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,104 @@ +2007-10-12 Ulf Wendel + + * (PHP_5_3) + ext/mysqli/tests/mysqli_real_escape_string_gbk.phpt: + Same as for HEAD: make it skip and not fail if it can't connect to DB + + * ext/mysqli/tests/mysqli_real_escape_string_gbk.phpt: + Now HEAD should be fine: skip test (by default), if DB connect fails. + + * ext/mysql/tests/002.phpt + ext/mysql/tests/003.phpt + ext/mysql/tests/connect.inc + ext/mysql/tests/mysql_affected_rows.phpt + ext/mysql/tests/mysql_client_encoding.phpt + ext/mysql/tests/mysql_close.phpt + ext/mysql/tests/mysql_constants.phpt + ext/mysql/tests/mysql_data_seek.phpt + ext/mysql/tests/mysql_db_name.phpt + ext/mysql/tests/mysql_db_query.phpt + ext/mysql/tests/mysql_errno.phpt + ext/mysql/tests/mysql_error.phpt + ext/mysql/tests/mysql_max_persistent.phpt + ext/mysql/tests/mysql_trace_mode.phpt + ext/mysql/tests/skipifconnectfailure.inc: + Same as for PHP_5_3: Trying to skip tests if they can't connect to the + DB server. Note the environment variable MYSQL_TEST_SKIP_CONNECT_FAILURE + to control if you want tests that can't connect to fail or to be skipped. + + * (PHP_5_3) + ext/mysqli/tests/connect.inc + ext/mysqli/tests/mysqli_debug.phpt + ext/mysqli/tests/mysqli_debug_append.phpt + ext/mysqli/tests/mysqli_debug_control_string.phpt + ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt + ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt + ext/mysqli/tests/mysqli_real_escape_string_big5.phpt + ext/mysqli/tests/mysqli_real_escape_string_eucjpms.phpt + ext/mysqli/tests/mysqli_real_escape_string_euckr.phpt + ext/mysqli/tests/mysqli_real_escape_string_gb2312.phpt + ext/mysqli/tests/mysqli_real_escape_string_sjis.phpt + ext/mysqli/tests/skipifconnectfailure.inc: + Same as for HEAD: Trying to skip tests if they can't connect to the + DB server. Note the environment variable MYSQL_TEST_SKIP_CONNECT_FAILURE + to control if you want tests that can't connect to fail or to be skipped. + + * (PHP_5_3) + ext/mysql/tests/002.phpt + ext/mysql/tests/003.phpt + ext/mysql/tests/connect.inc + ext/mysql/tests/mysql_affected_rows.phpt + ext/mysql/tests/mysql_client_encoding.phpt + ext/mysql/tests/mysql_close.phpt + ext/mysql/tests/mysql_constants.phpt + ext/mysql/tests/mysql_data_seek.phpt + ext/mysql/tests/mysql_db_name.phpt + ext/mysql/tests/mysql_db_query.phpt + ext/mysql/tests/mysql_errno.phpt + ext/mysql/tests/mysql_error.phpt + ext/mysql/tests/mysql_max_persistent.phpt + ext/mysql/tests/mysql_trace_mode.phpt + ext/mysql/tests/skipifconnectfailure.inc: + Trying to skip tests if they can't connect to the DB server. + Currently they have failed by default. Note also the environment + variable MYSQL_TEST_SKIP_CONNECT_FAILURE to control the default (skip or + fail) + + * ext/mysqli/tests/mysqli_stmt_field_count.phpt: + Fixing test. + + * ext/mysqli/tests/connect.inc + ext/mysqli/tests/mysqli_debug.phpt + ext/mysqli/tests/mysqli_debug_append.phpt + ext/mysqli/tests/mysqli_debug_control_string.phpt + ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt + ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt + ext/mysqli/tests/mysqli_real_escape_string_big5.phpt + ext/mysqli/tests/mysqli_real_escape_string_eucjpms.phpt + ext/mysqli/tests/mysqli_real_escape_string_euckr.phpt + ext/mysqli/tests/mysqli_real_escape_string_gb2312.phpt + ext/mysqli/tests/mysqli_real_escape_string_sjis.phpt + ext/mysqli/tests/skipifconnectfailure.inc: + Trying to make them not fail but skip if they cannot connect to the DB. + + * ext/mysqli/tests/061.phpt + ext/mysqli/tests/bug31668.phpt: + Fixing tests. + +2007-10-12 Edin Kadribasic + + * main/network.c: + MFB: Fix build + + * (PHP_5_3) + main/network.c: + Fix build + +2007-10-12 Antony Dovgal + + * ext/mysql/php_mysql.c: + fix typo + 2007-10-11 Ilia Alshanetsky * (PHP_5_2)