History log of /PHP-7.1/ext/pdo_sqlite/config.m4 (Results 51 – 59 of 59)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_0_2_4
# 55f53a5a 17-Feb-2005 Wez Furlong

symlinked pdo drivers under ext.
Enabled PDO and PDO_SQLITE by default.
Fixup PDO header detection so that it searches in the correct order, and
correctly picks up the headers when buildi

symlinked pdo drivers under ext.
Enabled PDO and PDO_SQLITE by default.
Fixup PDO header detection so that it searches in the correct order, and
correctly picks up the headers when building from outside of the source
tree.

TODO: make pdo_XXX auto-enable when XXX is enabled. Volunteers welcome.

show more ...


Revision tags: RELEASE_0_2_3
# bee7f3d0 13-Feb-2005 Wez Furlong

correct backwards logic


# 08f683a6 13-Feb-2005 Wez Furlong

Probably fix pecl vs bundled-shared build


Revision tags: RELEASE_0_2_2
# 002545ff 12-Feb-2005 Wez Furlong

Fix bundled sqlite build (doh!)


Revision tags: RELEASE_0_2_1, RELEASE_0_2
# 229ea4bb 09-Feb-2005 Wez Furlong

update ready for release.
Disable dependency macro for compatibility with existing PHP 5.0.x releases.


# e6c282a7 07-Jan-2005 Wez Furlong

jumbo commit; implement sqlstate error codes.
Bundle sqlite3


# 1f75a34f 31-Dec-2004 Wez Furlong

add proper dep


# c8b2f430 25-Dec-2004 Wez Furlong

fix build issues


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9
# 2f161ab7 19-Sep-2004 Wez Furlong

First cut at a PDO driver for SQLite 3.x

Features:
- native prepare/execute and bound parameters.
- finally supports binary data (via bound parameter api)
- full unicode/utf-8 su

First cut at a PDO driver for SQLite 3.x

Features:
- native prepare/execute and bound parameters.
- finally supports binary data (via bound parameter api)
- full unicode/utf-8 support

Missing:
- UDF functions
- authorizer hooks for safe_mode/open_basedir restrictions

You need to download, compile and install sqlite3 yourself; we're not bundling
it (at least, not yet).

show more ...


123