Page 1 of 1

mysql library is libmysql, why not mysqlnd?

PostPosted: Fri Mar 08, 2013 8:53 pm
by mahks
I see my server is using PHP version 5.3.18

Since 5.3 the mysql default library is mysqlnd (native driver), but PHP was compiled with the old libmysql instead.
I was wondering the reason this was done?

and

If you intend to use mysqlnd in the next PHP upgrade.

- Thanks!