php-src/ext/mysqli
Ulf Wendel 234181f690 Fix warnings
ext\mysqlnd\mysqlnd_result_meta.c(57) : warning C4090: 'initializing' : different 'const' qualifiers
ext\mysqlnd\mysqlnd_result_meta.c(64) : warning C4090: 'initializing' : different 'const' qualifiers
ext\mysqli\mysqli_report.c(50) : warning C4013: 'php_mysqli_throw_sql_exception' undefined; assuming extern returning int
2010-10-05 08:29:54 +00:00
..
tests fix the test 2010-09-29 11:40:57 +00:00
config.m4 Fix for bug #52654 mysqli doesn't install headers with structures it uses 2010-08-20 12:25:17 +00:00
config.w32 - do not enable an ext when a lib/header fails 2008-06-23 18:40:29 +00:00
CREDITS Hmm, the right place to edit 2007-04-19 09:49:28 +00:00
mysqli_api.c Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown 2010-10-04 10:02:58 +00:00
mysqli_driver.c sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
mysqli_embedded.c Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown 2010-10-04 10:02:58 +00:00
mysqli_exception.c Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown 2010-10-04 10:02:58 +00:00
mysqli_fe.c Next one... ext/mysqli/mysqli_fe.c", line [many]: warning: syntax error: empty declaration 2010-10-04 10:43:21 +00:00
mysqli_fe.h Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown 2010-10-04 10:02:58 +00:00
mysqli_libmysql.h Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown 2010-10-04 10:02:58 +00:00
mysqli_mysqlnd.h decouple the methods in MYSQLND_STMT from the data, 2010-03-16 12:36:57 +00:00
mysqli_nonapi.c Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown 2010-10-04 10:02:58 +00:00
mysqli_priv.h Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown 2010-10-04 10:02:58 +00:00
mysqli_prop.c Fixing compiler warning "ext/mysqli/mysqli_prop.c", line [...]: warning: syntax error: empty declaration" 2010-10-04 10:40:16 +00:00
mysqli_report.c Fix warnings 2010-10-05 08:29:54 +00:00
mysqli_report.h Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown 2010-10-04 10:02:58 +00:00
mysqli_warning.c Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown 2010-10-04 10:02:58 +00:00
mysqli.c Trying to fix compiler warnings (on Windows). 2010-10-04 13:36:23 +00:00
mysqli.dsp
package.xml Typo 2007-03-14 09:58:14 +00:00
php_mysqli_structs.h Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown 2010-10-04 10:02:58 +00:00
php_mysqli.h Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown 2010-10-04 10:02:58 +00:00
TODO