On Sat, Sep 3, 2011 at 12:36 PM, Pierre Joye<
[email protected]> wrote:
It is part of the default exts just like on unix with the difference windows
has no libmysql support anymore since 5.3
so for windows, the mysqlnd is a builtin extension, (but one cannot
use it without the mysql or mysqli or pdo_mysql extension)?
I found that we have documentation about the windows built-in
extensions:
http://php.net/manual/en/install.windows.extensions.php
but it seems a little bit outdated.
should I open a documentation bug report about this?
There are a lot of gaps in the windows documentation. I'm still trying to get my head around a number of them, and my own crib sheets are slowly getting up to date. -without-mysqlnd certainly removes mysqlnd on the windows builds, but I'm hitting a brick wall trying to do the same thing on the on the SUSE setup.