summaryrefslogtreecommitdiff
path: root/ext/sqlite3/config.w32
Commit message (Collapse)AuthorAgeFilesLines
* Enable JSON1 for bundled libsqliteMorva Kristóf2017-11-221-1/+1
|
* win32 for pdo_sqliteRemi Collet2017-08-041-0/+1
|
* use AC_DEFINE + win32Remi Collet2017-08-041-0/+1
|
* Enable FTS4 and FTS5 for bundled libsqliteAnatol Belski2016-11-081-1/+1
| | | | | | | FTS3 is already enabled by default, and the other FTS versions seems just to have been missed. Given that, the other FTS plugins look like a low impact so worth a try. The current bundled libsqlite versions in 7.x are proven stable already and support FTS5.
* converted ext/sqlite and ext/pdo_mysql to use static tsrmls cacheAnatol Belski2014-10-161-1/+1
|
* let the libsqlite3 symbols be exported in dllAnatol Belski2013-09-171-1/+1
|
* - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, ↵Pierre Joye2010-12-111-0/+1
| | | | generate the install-headers cmd
* Add metadata support to the bundled version of libsqlite on Windows, part of ↵Scott MacVicar2009-10-161-1/+1
| | | | | | | | bug #49206. Will commit the new feature part separately.
* Previous commit was an old version of the patch, PHP_ZTS is not a boolean ↵Kalle Sommer Nielsen2009-05-221-1/+1
| | | | but the behaviour is still correct
* Don't build SQLite threadsafe on NTS buildsKalle Sommer Nielsen2009-05-221-1/+1
|
* Some fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions ↵Elizabeth Marie Smith2008-08-051-4/+0
| | | | don't depend on each other if shared, and don't try to put two versions of the sqlite3 lib if static
* Forgot to add these earlierScott MacVicar2008-07-261-0/+17
SQLite3 extension, still has 2 failing tests that will be sorted shortly.