From 3474172eb9968409d59dae8d996273b2bad92146 Mon Sep 17 00:00:00 2001 From: Scott MacVicar Date: Mon, 8 Jun 2009 02:15:42 +0000 Subject: Change more things to the UTF-16 API and make SQLite3::enableExceptions() return the previous value. --- ext/sqlite3/php_sqlite3_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/sqlite3/php_sqlite3_structs.h') diff --git a/ext/sqlite3/php_sqlite3_structs.h b/ext/sqlite3/php_sqlite3_structs.h index 8e4ccf4040..ad6a9a9826 100644 --- a/ext/sqlite3/php_sqlite3_structs.h +++ b/ext/sqlite3/php_sqlite3_structs.h @@ -55,7 +55,7 @@ struct php_sqlite3_fci { typedef struct _php_sqlite3_func { struct _php_sqlite3_func *next; - const char *func_name; + const UChar *func_name; int argc; zval *func, *step, *fini; -- cgit v1.2.1