diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2007-12-14 01:23:45 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2007-12-14 01:23:45 +0000 |
commit | f85ca56b252288d07c2c477415f5b3967dcd39cb (patch) | |
tree | 104fa2f5c2a5d3299ed2ec8c549bd02da3fd4d08 /ext | |
parent | fc78e491b40b03f74da95bfeea3d7daa867f9520 (diff) | |
download | php-git-f85ca56b252288d07c2c477415f5b3967dcd39cb.tar.gz |
update todo
Diffstat (limited to 'ext')
-rw-r--r-- | ext/sqlite/TODO | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/sqlite/TODO b/ext/sqlite/TODO index 325ac6fd6c..1a84db5587 100644 --- a/ext/sqlite/TODO +++ b/ext/sqlite/TODO @@ -7,8 +7,6 @@ - Add user-space callback to handle busy databases. -- Test-suite - o Test how robust we are when a user-space function is registered as a callback for a persistent connection in script A, then script B is called that doesn't register the callback but does make use of the |