php-src/ext/pdo_sqlite
Christoph M. Becker 6083a387a8 Unbundle libsqlite3
Since there is no need to patch libsqlite3 for our purposes, and since
libsqlite3 ≥ 3.3.9 (which is our current requirement) is widely
available on distros, there is no reason anymore to bundle the library.

Besides removing the bundled libsqlite, and adapting the configuration
respectively, we also fix the use of the SQLITE_ENABLE_COLUMN_METADATA
compile time constant to detect whether sqlite3_column_table_name() is
available by a working feature detection (otherwise bug_42589.phpt
would fail).  We also skip bug73068.phpt for libsqlite 3.11.0 to
3.14.1 which have a bug (<https://sqlite.org/src/info/ef360601>).

We also completely drop support for the obscure pdo_sqlite_external
extension (which could have been enabled on Windows only by passing
`--pdo-sqlite-external` to configure), since it is not needed anymore.

Furthermore, we remove references to the bundled libsqlite from
Makefile.gcov, CONTRIBUTING.md and README.REDIST.BINS.
2018-10-06 12:36:55 +02:00
..
tests Use EXPECT instead of EXPECTF when possible 2018-09-16 15:39:18 -03:00
config.m4 Unbundle libsqlite3 2018-10-06 12:36:55 +02:00
config.w32 Unbundle libsqlite3 2018-10-06 12:36:55 +02:00
CREDITS
pdo_sqlite.c Add \PDO::SQLITE_ATTR_READONLY_STATEMENT 2018-08-01 17:45:20 -04:00
php_pdo_sqlite_int.h Add \PDO::SQLITE_ATTR_READONLY_STATEMENT 2018-08-01 17:45:20 -04:00
php_pdo_sqlite.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
sqlite_driver.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
sqlite_statement.c Unbundle libsqlite3 2018-10-06 12:36:55 +02:00