We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d0e822 + 966faa9 commit 239416dCopy full SHA for 239416d
ext/sqlite3/config0.m4
@@ -50,6 +50,9 @@ if test $PHP_SQLITE3 != "no"; then
50
PHP_CHECK_LIBRARY(sqlite3,sqlite3_key,[
51
AC_DEFINE(HAVE_SQLITE3_KEY, 1, [have commercial sqlite3 with crypto support])
52
])
53
+ PHP_CHECK_LIBRARY(sqlite3,sqlite3_column_table_name,[
54
+ AC_DEFINE(SQLITE_ENABLE_COLUMN_METADATA, 1, [have sqlite3 with column metadata enabled])
55
+ ])
56
57
PHP_CHECK_LIBRARY(sqlite3,sqlite3_load_extension,
58
[],
0 commit comments