diff options
author | Wez Furlong <wez@php.net> | 2005-02-06 19:59:32 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-02-06 19:59:32 +0000 |
commit | 474a65e2779636dc47224eb2738375e614ddc4a8 (patch) | |
tree | d00e14420e72a7c3f9457341303e76291e90dea5 | |
parent | c56419ed782a4252f7067a408574325c4eb04497 (diff) | |
download | php-git-474a65e2779636dc47224eb2738375e614ddc4a8.tar.gz |
update todo
-rw-r--r-- | ext/sqlite/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sqlite/TODO b/ext/sqlite/TODO index 94834a2e3a..325ac6fd6c 100644 --- a/ext/sqlite/TODO +++ b/ext/sqlite/TODO @@ -1,3 +1,5 @@ +- Implement a PDO driver, called sqlite2 + - Transparent binary encoding of return values from PHP callback functions. - Add user-space callback for the authorizer function (this is potentially @@ -14,6 +16,4 @@ --> Our test suite doesn't allow us to test persistent connections at this time :/ -- Add support for compiled SQL. - vim:tw=78 |