On Feb 15, 2005, at 2:57 AM, Lester Caine wrote:
Christian Schneider wrote:
Andi Gutmans wrote:PHP has long suffered from poor implementations of some of the DB extensions and good implementations of others. PDO is a good opportunity to unify the extensions and have a common code base so that bug fixesExcuse my ignorance, maybe I missed the answer to Lester's question: What's the proposed way of accessing the DB-specific functionality once PDO is there? Is everything available through SQL statements or get/srcAttribute? After a first look at the MySQL functions my guess is that that's the case. At least I can't see anything I need which I couldn't reach that way.
Please enlighten me,
THAT is the nail I was missing. Firebird has a number of functions that are not managed via SQL, and require the 'services' interface.
That question has been answered at least twice in this thread, with specific examples given regarding mysql (or at least using mysql as the example).
George
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php