summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */