diff options
| author | Johannes Schlüter <johannes@php.net> | 2010-11-19 09:55:48 +0000 |
|---|---|---|
| committer | Johannes Schlüter <johannes@php.net> | 2010-11-19 09:55:48 +0000 |
| commit | 6c76f3606cddeb010cf1fc5ea28b47456ea9639e (patch) | |
| tree | 73c1b306cd449f571f2b28793cfac1de673b7fad /ext/sqlite/TODO | |
| parent | 4cc45507da8164847708c26bfdf0840419a166fc (diff) | |
| download | php-git-6c76f3606cddeb010cf1fc5ea28b47456ea9639e.tar.gz | |
- Move the old sqlite extension to PECL
# discussed in http://www.mail-archive.com/internals@lists.php.net/msg47463.html
Diffstat (limited to 'ext/sqlite/TODO')
| -rw-r--r-- | ext/sqlite/TODO | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ext/sqlite/TODO b/ext/sqlite/TODO deleted file mode 100644 index 45903cf8d1..0000000000 --- a/ext/sqlite/TODO +++ /dev/null @@ -1,19 +0,0 @@ -- Implement a PDO driver, called sqlite2 - -- Transparent binary encoding of return values from PHP callback functions. - -- 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. - - o Test how robust we are when a user-space function is registered as - a callback for a persistent connection in script A, then script B is - called that doesn't register the callback but does make use of the - function in an SQL query. - --> Our test suite doesn't allow us to test persistent connections - at this time :/ - -- Use later version of built-in library - -vim:tw=78 |
