blob: 3a0e3a583d46ea5742695a2e71eaece82f4a99ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
- Implement an aggregating php function handler for use in SQL statements and
triggers etc.
- 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.
- Implement persistent "connections".
vim:tw=78
|