mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
15 lines
432 B
Plaintext
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
|