From 6e516e22144874ad7d7122f50d5b2f492c31b883 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Mon, 9 May 2005 17:45:50 +0000 Subject: [PATCH] fix for bug #32116 (mysql compressed connection doesn't work under win) --- NEWS | 2 ++ ext/mysql/libmysql/config-win.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 */ -- 2.50.1