From: Wez Furlong Date: Thu, 17 Apr 2003 18:56:34 +0000 (+0000) Subject: Update TODO. X-Git-Tag: SPL_ALPHA~193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a7502076d1caf910b86b1b7d8bac4665508dd4c;p=php Update TODO. --- diff --git a/ext/sqlite/TODO b/ext/sqlite/TODO index 194a75bce8..4aa4d7535a 100644 --- a/ext/sqlite/TODO +++ b/ext/sqlite/TODO @@ -1,6 +1,10 @@ - Implement an aggregating php function handler for use in SQL statements and triggers etc. -- Make a release +- Add user-space callback for the authorizer function (this is potentially + very slow, so it needs to be implemented carefully). + +- Add an unbuffered query mode to stream data through PHP, rather than + fetching it all at the start. vim:tw=78