Skip to content

Commit

Permalink
win32 for pdo_sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Aug 4, 2017
1 parent bf1c242 commit 17bb8d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/sqlite3/config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

0 comments on commit 17bb8d5

Please sign in to comment.