diff options
-rwxr-xr-x | ext/pdo/TODO | 4 |
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 |