]> granicus.if.org Git - php/commitdiff
fix for bug #32116 (mysql compressed connection doesn't work under win)
authorGeorg Richter <georg@php.net>
Mon, 9 May 2005 17:45:50 +0000 (17:45 +0000)
committerGeorg Richter <georg@php.net>
Mon, 9 May 2005 17:45:50 +0000 (17:45 +0000)
NEWS
ext/mysql/libmysql/config-win.h

diff --git a/NEWS b/NEWS
index c75db70583262937ea0a0af726a116f7bcaea8e6..dd9cc2f02dca7517e724b427e13f88558b76142a 100644 (file)
--- 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).
index 363daab39af6b5e8a215f413023801b1ecfc5a7f..c9c4cd540ae4cfbe051d040a0dd2c536a3102278 100644 (file)
@@ -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 */