Skip to content

Commit

Permalink
Fixed bug #53795 (Connect Error from MySqli (mysqlnd) when using SSL)
Browse files Browse the repository at this point in the history
  • Loading branch information
KalleZ committed Jan 31, 2011
1 parent bd810ef commit c924ded
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
- MySQL Improved extension:
. Added 'db' and 'catalog' keys to the field fetching functions (FR #39847).
(Kalle)
. Fixed bug #53795 (Connect Error from MySqli (mysqlnd) when using SSL).
(Kalle)
. Fixed bug #53503 (mysqli::query returns false after successful LOAD DATA
query). (Kalle, Andrey)
. Fixed bug #53425 (mysqli_real_connect() ignores client flags when built to
Expand Down
1 change: 1 addition & 0 deletions ext/mysqlnd/config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if (PHP_MYSQLND != "no") {
(PHP_ZLIB_SHARED && CHECK_LIB("zlib.lib", "mysqlnd", PHP_MYSQLND)) || (PHP_ZLIB == "yes" && (!PHP_ZLIB_SHARED)))
{
AC_DEFINE("MYSQLND_COMPRESSION_ENABLED", 1, "Compression support");
AC_DEFINE("MYSQLND_SSL_SUPPORTED", 1, "SSL support");
}
PHP_INSTALL_HEADERS("", "ext/mysqlnd");
}
Expand Down

0 comments on commit c924ded

Please sign in to comment.