Skip to content

Commit 330d9f6

Browse files
committed
SQLITE_ENCODING should be UTF8 rather than UTF-8
1 parent 3470ddc commit 330d9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sqlite/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if test "$PHP_SQLITE" != "no"; then
7878
dnl in funcs.c uses assert(), which is a bit silly and something
7979
dnl we want to avoid. This assert() was removed in SQLite 2.8.9.
8080
if test "$PHP_SQLITE_UTF8" = "yes"; then
81-
SQLITE_ENCODING="UTF-8"
81+
SQLITE_ENCODING="UTF8"
8282
AC_DEFINE(SQLITE_UTF8, 1, [ ])
8383
else
8484
SQLITE_ENCODING="ISO8859"

0 commit comments

Comments
 (0)