mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
update the todo list
This commit is contained in:
parent
339b4dbd6f
commit
ef08c58664
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue