Wez Furlong wrote:
Until PDO has all the same drivers - ADOdb would become a mess, so there is little incentive to start changing, and to be honest, you would have to PROVE that PDO is as fast as the raw database drivers to warrant a change from them.
Right. Try it. It's faster than adodb, I assure you. It's the as fast as the raw database drivers, because... you'll love, this, really you will..... PDO drivers *are* raw database drivers! wow! Aren't you glad that you went and read up on the facts before making a fool of yourself now??
I don't see that I am making a fool of myself?
You have just answered the question.
PDO is as fast as the native drivers!
But it does not have all the extensions that are specific to each?
So YES on it's own it will be faster than ADOdb - I don't have an argument with that - BUT it would be a backwards step to switch to it, because ADOdb picks up the engine specific facilities where possible, and provides emulation where not, so the subset that PDO supplies causes problems.
At the present time PDO is not suitable for me and just seems to be a waste of expertise that could be directed to something much more useful such as improving the core performance of ADOdb :(
OK, so don't use it. But *please* read up on the facts before spreading FUD.
What FUD.
PDO is a generic subset of the facilities required to access databases. If you need access to an engine specific function, then you still need the native driver as well?
It's not a replacement for ADOdb, but at the same time, it's not suitable to use in place of the native drivers IN ADOdb - as yet.
I'm just establishing the facts <shrug>
-- Lester Caine ----------------------------- L.S.Caine Electronic Services
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php