]> granicus.if.org Git - php/commit
Remove RPL functions. They were always experimental and lead to crashes.
authorAndrey Hristov <andrey@php.net>
Fri, 28 Dec 2007 15:37:52 +0000 (15:37 +0000)
committerAndrey Hristov <andrey@php.net>
Fri, 28 Dec 2007 15:37:52 +0000 (15:37 +0000)
commit98f88d7a97d1f8e8b79dafc9cb57130091058c02
tree2b196d84a9c02818c9be66d6317113d09b4f6677
parent72de143266f4c6149b75fdce76b3b4510b165283
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.
12 files changed:
ext/mysqli/config.m4
ext/mysqli/config.w32
ext/mysqli/mysqli_fe.c
ext/mysqli/mysqli_repl.c [deleted file]
ext/mysqli/php_mysqli_structs.h
ext/mysqli/tests/connect.inc
ext/mysqli/tests/mysqli_class_mysqli_interface.phpt
ext/mysqli/tests/mysqli_disable_rpl_parse.phpt [deleted file]
ext/mysqli/tests/mysqli_enable_rpl_parse.phpt [deleted file]
ext/mysqli/tests/mysqli_rpl_parse_enabled.phpt [deleted file]
ext/mysqli/tests/mysqli_rpl_probe.phpt [deleted file]
ext/mysqli/tests/mysqli_rpl_query_type.phpt [deleted file]