diff options
author | Scott MacVicar <scottmac@php.net> | 2009-01-13 02:50:54 +0000 |
---|---|---|
committer | Scott MacVicar <scottmac@php.net> | 2009-01-13 02:50:54 +0000 |
commit | efaba65cf5aa5e6469bd6c53637b950934dccd44 (patch) | |
tree | 223661e3bcfdcca120e58d72d0c2daf724108816 /ext/sqlite3 | |
parent | fc044adb9fac7675fec420fb74a4de3d7c6521d1 (diff) | |
download | php-git-efaba65cf5aa5e6469bd6c53637b950934dccd44.tar.gz |
MFH Add table key to getColumnMeta() with SQLite
Diffstat (limited to 'ext/sqlite3')
-rw-r--r-- | ext/sqlite3/config0.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite3/config0.m4 b/ext/sqlite3/config0.m4 index 60d96b4af5..5c9ddb3f93 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" + other_flags="-DSQLITE_ENABLE_FTS3=1 -DSQLITE_CORE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1" dnl As long as intl is not shared we can have ICU support if test "$PHP_INTL" = "yes" && test "$PHP_INTL_SHARED" != "yes"; then |