diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2008-03-11 00:12:53 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2008-03-11 00:12:53 +0000 |
commit | ec45e7389148a45b8724c77792c480a38cb66c6c (patch) | |
tree | 98b5e17ebd84755034141465416c0dc410a4a409 /ext/sqlite | |
parent | 1db52c1c5f0cfe9d7ac8c1bdd4868ce12e3b0b3a (diff) | |
download | php-git-ec45e7389148a45b8724c77792c480a38cb66c6c.tar.gz |
More todo items
Diffstat (limited to 'ext/sqlite')
-rw-r--r-- | ext/sqlite/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sqlite/TODO b/ext/sqlite/TODO index 1a84db5587..45903cf8d1 100644 --- a/ext/sqlite/TODO +++ b/ext/sqlite/TODO @@ -14,4 +14,6 @@ --> Our test suite doesn't allow us to test persistent connections at this time :/ +- Use later version of built-in library + vim:tw=78 |