a) PDO support for most popular DBs. Maybe you can give a status report of where PDO is today and how much work it still requires? If it requires a lot of work maybe more people can join the effort. Also is there an online phpDoc of each DB API one can look at? I've looked at the source code and at the functionality and it's pretty good but I'll definitely try and look deeper as we get closer to 5.1.
Feature-wise, it's missing scrollable (eg: random access) cursors and Marcus' iterators (sorry Marcus). We also discussed a change in the error codes to match the standard SQLSTATE codes found in ODBC. There could be a couple of other bits and pieces that I've forgotten for the moment, but nothing major. None of these are particularly huge tasks; a couple of days good hacking will have them wrapped up.
How about some stuff along the lines of mysql_field_name() etc?
Would be nice to have introspection into the structure/metadata of resultsets.
regards, Lukas
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php