summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2005-05-09 17:45:50 +0000
committerGeorg Richter <georg@php.net>2005-05-09 17:45:50 +0000
commit6e516e22144874ad7d7122f50d5b2f492c31b883 (patch)
treef765c325d071706cbf130625ae4a6e391d1c8580
parente213ff37c3981eaf51d9c2ca8871ad3ecaf37911 (diff)
downloadphp-git-6e516e22144874ad7d7122f50d5b2f492c31b883.tar.gz
fix for bug #32116 (mysql compressed connection doesn't work under win)
-rw-r--r--NEWS2
-rw-r--r--ext/mysql/libmysql/config-win.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c75db70583..dd9cc2f02d 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,8 @@ PHP 4 NEWS
(Moriyoshi)
- Fixed bug #32245 (xml_parser_free() in a function assigned to the xml parser
gives a segfault). (Rob)
+- Fixed bug #32116 (mysql compressed connection doesn't work under windows)
+ (Georg)
- Fixed bug #31887 (ISAPI: Custom 5xx error does not return correct HTTP
response message). (Jani)
- Fixed bug #31583 (php_std_date() uses short day names in non-y2k_compliance mode).
diff --git a/ext/mysql/libmysql/config-win.h b/ext/mysql/libmysql/config-win.h
index 363daab39a..c9c4cd540a 100644
--- a/ext/mysql/libmysql/config-win.h
+++ b/ext/mysql/libmysql/config-win.h
@@ -239,7 +239,7 @@ inline double ulonglong2double(ulonglong value)
#define HAVE_ALLOCA
#define HAVE_STRPBRK
#define HAVE_STRSTR
-/* #define HAVE_COMPRESS -- not with PHP, please */
+#define HAVE_COMPRESS
#ifdef NOT_USED
#define HAVE_SNPRINTF /* Gave link error */