mysql           Wed Jan 24 10:11:25 2001 EDT

  Modified files:              
    /php4/ext/mysql/libmysql    config-win.h update_sources 
  Log:
  Don't #define HAVE_COMPRESS on windows.
  
  
Index: php4/ext/mysql/libmysql/config-win.h
diff -u php4/ext/mysql/libmysql/config-win.h:1.5 
php4/ext/mysql/libmysql/config-win.h:1.6
--- php4/ext/mysql/libmysql/config-win.h:1.5    Tue Jan 23 08:48:49 2001
+++ php4/ext/mysql/libmysql/config-win.h        Wed Jan 24 10:11:25 2001
@@ -239,7 +239,7 @@
 #define HAVE_ALLOCA
 #define HAVE_STRPBRK
 #define HAVE_STRSTR
-#define HAVE_COMPRESS
+/* #define HAVE_COMPRESS     -- not with PHP, please */
 
 #ifdef NOT_USED
 #define HAVE_SNPRINTF          /* Gave link error */
Index: php4/ext/mysql/libmysql/update_sources
diff -u php4/ext/mysql/libmysql/update_sources:1.1 
php4/ext/mysql/libmysql/update_sources:1.2
--- php4/ext/mysql/libmysql/update_sources:1.1  Tue Jan 23 08:48:50 2001
+++ php4/ext/mysql/libmysql/update_sources      Wed Jan 24 10:11:25 2001
@@ -89,6 +89,8 @@
     else
     {
       print STDERR "DIFF: $f\n";
+      $f eq 'config-win.h' and
+       print STDERR "/n/nDon't forget to undefine HAVE_COMPRESS in $f/n/n/n";
     }
   }
 }



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to