Skip to content

Commit

Permalink
Fix mysqlnd build
Browse files Browse the repository at this point in the history
  • Loading branch information
KalleZ committed Jan 16, 2011
1 parent 16c6ce9 commit 2d9325e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/mysqlnd/config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (PHP_MYSQLND != "no") {
if (CHECK_LIB("ws2_32.lib", "mysqlnd")) {
mysqlnd_source =
"mysqlnd.c " +
"mysqlnd_auth.c" +
"mysqlnd_auth.c " +
"mysqlnd_block_alloc.c " +
"mysqlnd_charset.c " +
"mysqlnd_debug.c " +
Expand Down

0 comments on commit 2d9325e

Please sign in to comment.