uw Tue Jan 8 13:18:46 2008 UTC
Modified files:
/php-src/ext/mysqli/tests mysqli_class_mysqli_interface.phpt
Log:
Those functions have been deprecated and removed. We'll test them only
internally
but not bother php.net with it. Unless you really want to have tests for
deprecated
and removed functionality...
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/mysqli_class_mysqli_interface.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/mysqli/tests/mysqli_class_mysqli_interface.phpt
diff -u php-src/ext/mysqli/tests/mysqli_class_mysqli_interface.phpt:1.3
php-src/ext/mysqli/tests/mysqli_class_mysqli_interface.phpt:1.4
--- php-src/ext/mysqli/tests/mysqli_class_mysqli_interface.phpt:1.3 Wed Oct
10 10:49:00 2007
+++ php-src/ext/mysqli/tests/mysqli_class_mysqli_interface.phpt Tue Jan 8
13:18:46 2008
@@ -62,33 +62,6 @@
$expected_methods['get_connection_stats'] = true;
} else {
// libmysql only
- if (function_exists('mysqli_disable_reads_from_master'))
- $expected_methods['disable_reads_from_master'] = true;
-
- if (function_exists('mysqli_disable_rpl_parse'))
- $expected_methods['disable_rpl_parse'] = true;
-
- if (function_exists('mysqli_enable_reads_from_master'))
- $expected_methods['enable_reads_from_master'] = true;
-
- if (function_exists('mysqli_enable_rpl_parse'))
- $expected_methods['enable_rpl_parse'] = true;
-
- if (function_exists('mysqli_master_query'))
- $expected_methods['master_query'] = true;
-
- if (function_exists('mysqli_rpl_parse_enabled'))
- $expected_methods['rpl_parse_enabled'] = true;
-
- if (function_exists('mysqli_rpl_probe'))
- $expected_methods['rpl_probe'] = true;
-
- if (function_exists('mysqli_rpl_query_type'))
- $expected_methods['rpl_query_type'] = true;
-
- if (function_exists('mysqli_slave_query'))
- $expected_methods['slave_query'] = true;
-
if (function_exists('mysqli_ssl_set'))
$expected_methods['ssl_set'] = true;
$expected_methods['set_local_infile_default'] = true;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php