mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
21 lines
393 B
Text
Executable file
21 lines
393 B
Text
Executable file
$Id$
|
|
|
|
In no particular order:
|
|
|
|
Probable Bugs:
|
|
- persistent connections with bound parameters might segv on subsequent
|
|
requests
|
|
|
|
Low-level:
|
|
|
|
- $dbh->quote()
|
|
- LOB support via Streams API
|
|
- make errors generated at the pdo level (as opposed to driver level) use the
|
|
selected error mode.
|
|
|
|
Not-so-low-level:
|
|
- fetchAll(), single row, single column fetches etc.
|
|
|
|
Could be more...
|
|
|
|
vim:tw=78:et
|