8 Nov
2007
8 Nov
'07
7:39 p.m.
Earnie Boyd wrote:
Not strange at all; see it is the default installation. You have to do a replace of ext/mysqli to get it. See http://dev.mysql.com/downloads/connector/php-mysqlnd/ for a how to.
Earnie -- http://for-my-kids.com/ -- http://give-me-an-offer.com/
mysqlnd shouldn't be confused with pdo that way. mysqlnd is a native PHP "driver" specific to PHP for connecting to MySQL, the other is a different programming interface to script using data objects.