]> granicus.if.org Git - php/commitdiff
Revise todo
authorWez Furlong <wez@php.net>
Sun, 20 Apr 2003 13:33:46 +0000 (13:33 +0000)
committerWez Furlong <wez@php.net>
Sun, 20 Apr 2003 13:33:46 +0000 (13:33 +0000)
ext/sqlite/TODO

index 3f190670b7dba70b293df9435d19cad5bcb30f54..3942b7181c587be786701fdb76aed3882796980a 100644 (file)
@@ -1,3 +1,9 @@
+- Transparent binary encoding of return values from PHP callback functions.
+
+- Add per-db hashtable to store the aggregate+plain function callback
+  structures.  The hashtable and structs also need to be allocated using
+  pemalloc() based on the persistent nature of the db connection.
+
 - Add user-space callback for the authorizer function (this is potentially
   very slow, so it needs to be implemented carefully).