Files
WordPress/wp-includes
Gary Pendergast 8c7ffba3b2 WPDB: HHVM doesn't support passing a DB link to mysqli_get_client_version(). While we usually pass a DB link to every ext/mysql and mysqli function call, we don't really need to do that here, as there's no way for the client library to change mid page load.
Another fun fact is that `mysql_get_client_version()` doesn't exist, but `mysql_get_client_info()` (along with `mysqli_get_client_info()') do. So, we're switching to them, in order to add a pleasing symmetry to the client version check.

Fixes #31644


Built from https://develop.svn.wordpress.org/trunk@31783


git-svn-id: http://core.svn.wordpress.org/trunk@31763 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-03-15 12:20:26 +00:00
..
2015-03-11 19:12:28 +00:00
2014-09-11 19:07:17 +00:00
2015-03-12 22:01:26 +00:00
2015-03-11 02:07:25 +00:00
2014-11-30 23:24:25 +00:00
2015-01-16 16:07:23 +00:00
2015-03-09 21:49:28 +00:00
2014-11-30 22:56:25 +00:00
2013-10-30 14:39:10 +00:00
2015-03-11 20:44:25 +00:00