Re: [INTERNALS-WIN] Using mysqlnd on Windows

[email protected] ("Anatol Belski") Mon, 13 Oct 2014 16:18:50 +0200
Newsgroups php.internals.win
Message-ID <[email protected]>
Hi Jan,

On Mon, October 13, 2014 14:55, Jan Ehrhardt wrote:
> Would there be any benefit to compile PHP on Windows
> --with-mysqli=mysqlnd and --with-pdo-mysql=mysqlnd?
> If so, what are the disadvantages?
>
>
ext/mysqli requires either libmysql or mysqlnd. If you look into the
config.w32, you'll see

if (PHP_MYSQLI == "yes" || PHP_MYSQLI == "mysqlnd") {
...
} else ...

so that's a tautology. Same for ext\pdo_mysql and ext\mysql.

Regards

Anatol