diff options
| author | Andrey Hristov <andrey@php.net> | 2007-12-28 15:37:52 +0000 | 
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 2007-12-28 15:37:52 +0000 | 
| commit | 98f88d7a97d1f8e8b79dafc9cb57130091058c02 (patch) | |
| tree | 2b196d84a9c02818c9be66d6317113d09b4f6677 /ext/mysqli/php_mysqli_structs.h | |
| parent | 72de143266f4c6149b75fdce76b3b4510b165283 (diff) | |
| download | php-git-98f88d7a97d1f8e8b79dafc9cb57130091058c02.tar.gz | |
Remove RPL functions. They were always experimental and lead to crashes.
The underlying functions will be removed from libmysql as of MySQL 6.0, so
it's right time to remove them.
Diffstat (limited to 'ext/mysqli/php_mysqli_structs.h')
| -rw-r--r-- | ext/mysqli/php_mysqli_structs.h | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/mysqli/php_mysqli_structs.h b/ext/mysqli/php_mysqli_structs.h index b09ac92e5f..c395ea21b8 100644 --- a/ext/mysqli/php_mysqli_structs.h +++ b/ext/mysqli/php_mysqli_structs.h @@ -400,11 +400,7 @@ PHP_FUNCTION(mysqli_connect_errno);  PHP_FUNCTION(mysqli_connect_error);  PHP_FUNCTION(mysqli_data_seek);  PHP_FUNCTION(mysqli_debug); -PHP_FUNCTION(mysqli_disable_reads_from_master); -PHP_FUNCTION(mysqli_disable_rpl_parse);  PHP_FUNCTION(mysqli_dump_debug_info); -PHP_FUNCTION(mysqli_enable_reads_from_master); -PHP_FUNCTION(mysqli_enable_rpl_parse);  PHP_FUNCTION(mysqli_errno);  PHP_FUNCTION(mysqli_error);  PHP_FUNCTION(mysqli_fetch_all); @@ -437,7 +433,6 @@ PHP_FUNCTION(mysqli_init);  PHP_FUNCTION(mysqli_kill);  PHP_FUNCTION(mysqli_set_local_infile_default);  PHP_FUNCTION(mysqli_set_local_infile_handler); -PHP_FUNCTION(mysqli_master_query);  PHP_FUNCTION(mysqli_more_results);  PHP_FUNCTION(mysqli_multi_query);  PHP_FUNCTION(mysqli_next_result); @@ -455,9 +450,6 @@ PHP_FUNCTION(mysqli_real_query);  PHP_FUNCTION(mysqli_real_escape_string);  PHP_FUNCTION(mysqli_rollback);  PHP_FUNCTION(mysqli_row_seek); -PHP_FUNCTION(mysqli_rpl_parse_enabled); -PHP_FUNCTION(mysqli_rpl_probe); -PHP_FUNCTION(mysqli_rpl_query_type);  PHP_FUNCTION(mysqli_select_db);  PHP_FUNCTION(mysqli_stmt_attr_get);  PHP_FUNCTION(mysqli_stmt_attr_set); @@ -470,10 +462,8 @@ PHP_FUNCTION(mysqli_stmt_prepare);  PHP_FUNCTION(mysqli_stmt_fetch);  PHP_FUNCTION(mysqli_stmt_param_count);  PHP_FUNCTION(mysqli_stmt_send_long_data); -PHP_FUNCTION(mysqli_send_query);  PHP_FUNCTION(mysqli_embedded_server_end);  PHP_FUNCTION(mysqli_embedded_server_start); -PHP_FUNCTION(mysqli_slave_query);  PHP_FUNCTION(mysqli_sqlstate);  PHP_FUNCTION(mysqli_ssl_set);  PHP_FUNCTION(mysqli_stat);  | 
