georg           Mon May  9 13:45:51 2005 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src    NEWS 
    /php-src/ext/mysql/libmysql config-win.h 
  Log:
  fix for bug #32116 (mysql compressed connection doesn't work under win)
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.896&r2=1.1247.2.897&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.896 php-src/NEWS:1.1247.2.897
--- php-src/NEWS:1.1247.2.896   Sun May  8 12:06:24 2005
+++ php-src/NEWS        Mon May  9 13:45:49 2005
@@ -36,6 +36,8 @@
   (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).
http://cvs.php.net/diff.php/php-src/ext/mysql/libmysql/config-win.h?r1=1.8.4.1&r2=1.8.4.2&ty=u
Index: php-src/ext/mysql/libmysql/config-win.h
diff -u php-src/ext/mysql/libmysql/config-win.h:1.8.4.1 
php-src/ext/mysql/libmysql/config-win.h:1.8.4.2
--- php-src/ext/mysql/libmysql/config-win.h:1.8.4.1     Thu Mar 27 08:29:59 2003
+++ php-src/ext/mysql/libmysql/config-win.h     Mon May  9 13:45:50 2005
@@ -239,7 +239,7 @@
 #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 */

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to