php-src/ext/mysqli
Nikita Popov 294e7c295f Annother attempt at fixing the mysqli_fetch_field tests
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.
2012-08-17 19:47:59 +02:00
..
tests Annother attempt at fixing the mysqli_fetch_field tests 2012-08-17 19:47:59 +02:00
config.m4 - Use myslqnd by default when MySQL extensions are activated but no path given 2011-09-07 13:33:56 +00:00
config.w32 - add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :) 2010-12-13 18:43:10 +00:00
CREDITS Hmm, the right place to edit 2007-04-19 09:49:28 +00:00
mysqli_api.c Remove support for local infile handler in mysqli from 5.5 2012-05-03 12:55:03 +02:00
mysqli_driver.c - Year++ 2012-01-01 13:15:04 +00:00
mysqli_embedded.c - Year++ 2012-01-01 13:15:04 +00:00
mysqli_exception.c - Year++ 2012-01-01 13:15:04 +00:00
mysqli_fe.c Remove support for local infile handler in mysqli from 5.5 2012-05-03 12:55:03 +02:00
mysqli_fe.h - Year++ 2012-01-01 13:15:04 +00:00
mysqli_libmysql.h - Year++ 2012-01-01 13:15:04 +00:00
mysqli_mysqlnd.h Move from directly referencing an aggregated structure to using a 2011-10-25 23:01:49 +00:00
mysqli_nonapi.c Remove support for local infile handler in mysqli from 5.5 2012-05-03 12:55:03 +02:00
mysqli_priv.h Remove support for local infile handler in mysqli from 5.5 2012-05-03 12:55:03 +02:00
mysqli_prop.c Fix bug #61003 mysql_stat() require a valid connection 2012-03-06 00:15:40 +00:00
mysqli_report.c - Year++ 2012-01-01 13:15:04 +00:00
mysqli_result_iterator.c - Year++ 2012-01-01 13:15:04 +00:00
mysqli_warning.c - Year++ 2012-01-01 13:15:04 +00:00
mysqli.c Merge branch 'PHP-5.4' 2012-06-30 17:00:25 -07:00
mysqli.dsp revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
package.xml remove dead and unused for more than 8 years code 2012-05-03 12:22:25 +02:00
php_mysqli_structs.h Remove support for local infile handler in mysqli from 5.5 2012-05-03 12:55:03 +02:00
php_mysqli.h - Year++ 2012-01-01 13:15:04 +00:00
TODO