summaryrefslogtreecommitdiff
path: root/ext/sqlite
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-04-20 13:33:46 +0000
committerWez Furlong <wez@php.net>2003-04-20 13:33:46 +0000
commitac33bc48f087536ba40c7808c920d2453c36d1c5 (patch)
tree91f93f8137408cfb83f5462784b208890bd36b63 /ext/sqlite
parentd40a615a8e2d09b66369fabb36f75022904172be (diff)
downloadphp-git-ac33bc48f087536ba40c7808c920d2453c36d1c5.tar.gz
Revise todo
Diffstat (limited to 'ext/sqlite')
-rw-r--r--ext/sqlite/TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/sqlite/TODO b/ext/sqlite/TODO
index 3f190670b7..3942b7181c 100644
--- a/ext/sqlite/TODO
+++ b/ext/sqlite/TODO
@@ -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).