Skip to content

Commit

Permalink
Merge branch 'PHP-7.2'
Browse files Browse the repository at this point in the history
* PHP-7.2:
  win32 for pdo_sqlite
  • Loading branch information
remicollet committed Aug 4, 2017
2 parents f6a48df + 17bb8d5 commit b1cf87a
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 b1cf87a

Please sign in to comment.