summaryrefslogtreecommitdiff
path: root/ext/sqlite3
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2009-01-13 02:50:23 +0000
committerScott MacVicar <scottmac@php.net>2009-01-13 02:50:23 +0000
commit03b0b3031e1911bd1bca2a013e368d52f82cd1f8 (patch)
tree656de67e90c2d15c55da93cf9498e16af70f0f6d /ext/sqlite3
parent8eaed03002e64505a4f386340d0cfe5d10b1c62b (diff)
downloadphp-git-03b0b3031e1911bd1bca2a013e368d52f82cd1f8.tar.gz
Add table key to getColumnMeta() with SQLite
Diffstat (limited to 'ext/sqlite3')
-rw-r--r--ext/sqlite3/config0.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite3/config0.m4 b/ext/sqlite3/config0.m4
index f9c9e54134..006d536f06 100644
--- a/ext/sqlite3/config0.m4
+++ b/ext/sqlite3/config0.m4
@@ -67,7 +67,7 @@ if test $PHP_SQLITE3 != "no"; then
debug_flags="-DSQLITE_DEBUG=1"
fi
- other_flags="-DSQLITE_ENABLE_FTS3=1 -DSQLITE_CORE=1 -DSQLITE_ENABLE_ICU=1"
+ other_flags="-DSQLITE_ENABLE_FTS3=1 -DSQLITE_CORE=1 -DSQLITE_ENABLE_ICU=1 -DSQLITE_ENABLE_COLUMN_METADATA=1"
PHP_SQLITE3_CFLAGS="-I@ext_srcdir@/libsqlite -I@ext_builddir@/libsqlite $other_flags $threadsafe_flags $debug_flags"
fi