From: Stig Bakken Date: Tue, 3 Feb 2004 08:38:22 +0000 (+0000) Subject: SQLITE_ENCODING should be UTF8 rather than UTF-8 X-Git-Tag: php-5.0.0b4RC1~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=330d9f6352f4a8af90e1b053399e4ab17b3b00b1;p=php SQLITE_ENCODING should be UTF8 rather than UTF-8 --- diff --git a/ext/sqlite/config.m4 b/ext/sqlite/config.m4 index 8dc879676a..e8419c0824 100644 --- a/ext/sqlite/config.m4 +++ b/ext/sqlite/config.m4 @@ -78,7 +78,7 @@ if test "$PHP_SQLITE" != "no"; then dnl in funcs.c uses assert(), which is a bit silly and something dnl we want to avoid. This assert() was removed in SQLite 2.8.9. if test "$PHP_SQLITE_UTF8" = "yes"; then - SQLITE_ENCODING="UTF-8" + SQLITE_ENCODING="UTF8" AC_DEFINE(SQLITE_UTF8, 1, [ ]) else SQLITE_ENCODING="ISO8859"