History log of /PHP-5.3/ext/pdo_sqlite/pdo_sqlite.c (Results 26 – 28 of 28)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e6c282a7 07-Jan-2005 Wez Furlong

jumbo commit; implement sqlstate error codes.
Bundle sqlite3


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
# 12a678ca 26-Oct-2004 Wez Furlong

*cough* de-bogusify driver registration.
(what was I smoking??)


Revision tags: 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 ...


12