summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/sqlite/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite/config.m4 b/ext/sqlite/config.m4
index e23ccbbf35..427fadeab9 100644
--- a/ext/sqlite/config.m4
+++ b/ext/sqlite/config.m4
@@ -3,7 +3,7 @@ dnl config.m4 for extension sqlite
dnl vim:et:ts=2:sw=2
PHP_ARG_ENABLE(sqlite-utf8, whether to enable UTF-8 support in sqlite (default: ISO-8859-1),
-[ --enable-sqlite-utf8 Enable UTF-8 support], no, no)
+[ --enable-sqlite-utf8 Enable UTF-8 support (DANGEROUS!)], no, no)
PHP_ARG_WITH(sqlite, for sqlite support,
[ --with-sqlite Include sqlite support], yes)