Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed Bug #63149 Feature missing with system SQLite
This commit is contained in:
Remi Collet 2012-11-24 17:57:08 +01:00
commit 239416dd5d

View File

@ -50,6 +50,9 @@ if test $PHP_SQLITE3 != "no"; then
PHP_CHECK_LIBRARY(sqlite3,sqlite3_key,[
AC_DEFINE(HAVE_SQLITE3_KEY, 1, [have commercial sqlite3 with crypto support])
])
PHP_CHECK_LIBRARY(sqlite3,sqlite3_column_table_name,[
AC_DEFINE(SQLITE_ENABLE_COLUMN_METADATA, 1, [have sqlite3 with column metadata enabled])
])
PHP_CHECK_LIBRARY(sqlite3,sqlite3_load_extension,
[],