From: Wez Furlong Date: Thu, 17 Apr 2003 19:01:26 +0000 (+0000) Subject: Add another todo X-Git-Tag: SPL_ALPHA~192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aeeb56cb2dbaf6bec0566cf50796daac3e02ae8b;p=php Add another todo --- diff --git a/ext/sqlite/TODO b/ext/sqlite/TODO index 4aa4d7535a..168c3f5667 100644 --- a/ext/sqlite/TODO +++ b/ext/sqlite/TODO @@ -4,6 +4,8 @@ - Add user-space callback for the authorizer function (this is potentially very slow, so it needs to be implemented carefully). +- Add user-space callback to handle busy databases. + - Add an unbuffered query mode to stream data through PHP, rather than fetching it all at the start.