Changelog (original) (raw)

The following changes have been made to classes/functions/methods of this extension.

Version Function Description
5.6.16 mysqli::real_connect Added the MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT flag for MySQL Native Driver
5.5.0 mysqli::commit Added flags and name parameters.
mysqli::options The MYSQLI_SERVER_PUBLIC_KEY option was added.
mysqli::rollback Added flags and name parameters.
5.4.0 mysqli_get_cache_stats The mysqli_get_cache_stats was removed.
5.3.4 mysqli_driver::$report_mode Changing the reporting mode is now be per-request, rather than per-process.
5.3.0 mysqli_get_cache_stats The mysqli_get_cache_stats was added as stub.
mysqli::__construct Added the ability of persistent connections.
mysqli::options The MYSQLI_OPT_INT_AND_FLOAT_NATIVE, MYSQLI_OPT_NET_CMD_BUFFER_SIZE, MYSQLI_OPT_NET_READ_BUFFER_SIZE, and MYSQLI_OPT_SSL_VERIFY_SERVER_CERT options were added.
mysqli::query Added the ability of async queries.
5.2.15 mysqli_driver::$report_mode Changing the reporting mode is now be per-request, rather than per-process.