Skip to content

Commit 966faa9

Browse files
committed
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Fixed Bug #63149 Feature missing with system SQLite
2 parents b620722 + 67e67c2 commit 966faa9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/sqlite3/config0.m4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ if test $PHP_SQLITE3 != "no"; then
5050
PHP_CHECK_LIBRARY(sqlite3,sqlite3_key,[
5151
AC_DEFINE(HAVE_SQLITE3_KEY, 1, [have commercial sqlite3 with crypto support])
5252
])
53+
PHP_CHECK_LIBRARY(sqlite3,sqlite3_column_table_name,[
54+
AC_DEFINE(SQLITE_ENABLE_COLUMN_METADATA, 1, [have sqlite3 with column metadata enabled])
55+
])
5356

5457
PHP_CHECK_LIBRARY(sqlite3,sqlite3_load_extension,
5558
[],

0 commit comments

Comments
 (0)