Mysqlnd
[email protected] ("David M. Patterson")
| Newsgroups | php.internals.win |
|---|---|
| Organization | DPLH Enterprises |
| Message-ID | <[email protected]> |
Ok. I've got basic building working now. Thanks to the helpful folks here. What I'm having trouble with now is getting mysql/mysqli included in the build. I'd like to use the mysqlnd library. According to the wiki (http://wiki.php.net/internals/windows/libs/mysqlnd?s[]=mysqlnd <http://wiki.php.net/internals/windows/libs/mysqlnd?s%5b%5d=mysqlnd> ), mysqlnd is a "Bundled library, enclosed in an extension with the same name". Cscript /nologo -with-mysqli=mysqlnd results in the following error: Checking for library libmysql.lib ... <not found> WARNING: mysqli not enabled; libraries and headers not found Searching for mysqlnd in the source tree yields no files with mysqlnd in their names. I'm using the 5.2.8 source. Where do I find this? Thanks!!