1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00
Files
archived-php-src/ext/sqlite/TODO
T
Wez Furlong c38fc9bc27 and one more
2003-04-17 19:02:10 +00:00

15 lines
432 B
Plaintext

- 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