mirror of
https://github.com/php/php-src.git
synced 2024-12-25 01:40:50 +08:00
294e7c295f
Instead of character set detection (which doesn't always work correctly) fetch the character set info using mysqli_get_charset(). To make sure that the returned info applies to all of client, connection and result explicitely set utf8 as charset using mysqli_set_charset() before. I'm not sure whether that last part is really necessary, but included it to be safe. |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
mysqli_api.c | ||
mysqli_driver.c | ||
mysqli_embedded.c | ||
mysqli_exception.c | ||
mysqli_fe.c | ||
mysqli_fe.h | ||
mysqli_libmysql.h | ||
mysqli_mysqlnd.h | ||
mysqli_nonapi.c | ||
mysqli_priv.h | ||
mysqli_prop.c | ||
mysqli_report.c | ||
mysqli_result_iterator.c | ||
mysqli_warning.c | ||
mysqli.c | ||
mysqli.dsp | ||
package.xml | ||
php_mysqli_structs.h | ||
php_mysqli.h | ||
TODO |