summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2017-08-04 13:28:48 +0200
committerRemi Collet <remi@php.net>2017-08-04 13:28:48 +0200
commit17bb8d575a9af8b268e89b4cbe5382523ce0371c (patch)
treebbdd0366a64d5cee801c67c9217ce9cc031bd7f0
parentbf1c242cf46986a8afcc0b3bd2642f79dbc63417 (diff)
downloadphp-git-17bb8d575a9af8b268e89b4cbe5382523ce0371c.tar.gz
win32 for pdo_sqlite
-rw-r--r--ext/sqlite3/config.w321
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sqlite3/config.w32 b/ext/sqlite3/config.w32
index f3c2f64773..7c478303ee 100644
--- a/ext/sqlite3/config.w32
+++ b/ext/sqlite3/config.w32
@@ -11,5 +11,6 @@ if (PHP_SQLITE3 != "no") {
AC_DEFINE("HAVE_SQLITE3", 1, "SQLite support");
AC_DEFINE("HAVE_SQLITE3_ERRSTR", 1, "have sqlite3_errstr function")
+ AC_DEFINE("HAVE_SQLITE3_CLOSE_V2", 1, "have sqlite3_close_v2")
PHP_INSTALL_HEADERS("ext/sqlite3", "libsqlite/sqlite3.h");
}