File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- /* Define to 1 if SQLite library has the 'sqlite3_close_v2' function. */
1+ /* Define to 1 if SQLite library has the 'sqlite3_close_v2' function. Available
2+ since SQLite 3.7.14. */
23#cmakedefine HAVE_SQLITE3_CLOSE_V2 1
34
45/* Define to 1 if SQLite library was compiled with the
Original file line number Diff line number Diff line change 11/* Define to 1 if the PHP extension 'sqlite3' is available. */
22#cmakedefine HAVE_SQLITE3 1
33
4- /* Define to 1 if SQLite library has the 'sqlite3_errstr' function. */
4+ /* Define to 1 if SQLite library has the 'sqlite3_errstr' function. Available
5+ since SQLite 3.7.15. */
56#cmakedefine HAVE_SQLITE3_ERRSTR 1
67
7- /* Define to 1 if SQLite library has the 'sqlite3_expanded_sql' function. */
8+ /* Define to 1 if SQLite library has the 'sqlite3_expanded_sql' function.
9+ Available since SQLite 3.14.0. */
810#cmakedefine HAVE_SQLITE3_EXPANDED_SQL 1
911
1012/* Define to 1 if SQLite library was compiled with the
You can’t perform that action at this time.
0 commit comments