summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-11-26 21:29:31 +0000
committerWez Furlong <wez@php.net>2005-11-26 21:29:31 +0000
commitef08c58664b87d5f07b2850532eb18c07d35404c (patch)
tree724fc07a92c6bdb18b4d0e24ef2afbadd80e56f1
parent339b4dbd6fbf88cb937d5fce57aec8fa298baf06 (diff)
downloadphp-git-ef08c58664b87d5f07b2850532eb18c07d35404c.tar.gz
update the todo list
-rwxr-xr-xext/pdo/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/pdo/TODO b/ext/pdo/TODO
index 5e16531ce4..4e46791164 100755
--- a/ext/pdo/TODO
+++ b/ext/pdo/TODO
@@ -5,6 +5,10 @@ Roadmap for PDO
Core, version 1.1:
==================
+ - Add PDO::queryParams(), similar to PDO::query(), but accepts
+ an array of parameters as the second argument, pushing the remaining
+ args (which are args to setFetchMode()) up by one.
+
- Separate the handle factory call into two phases:
- handle creation
- connecting