edink           Wed Nov 13 16:37:27 2002 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/main  config.w32.h.in 
  Log:
  MFH (mbstring defines commented out to allow defining them elsewhere).
  
  
Index: php4/main/config.w32.h.in
diff -u php4/main/config.w32.h.in:1.22 php4/main/config.w32.h.in:1.22.2.1
--- php4/main/config.w32.h.in:1.22      Wed Nov 13 01:47:43 2002
+++ php4/main/config.w32.h.in   Wed Nov 13 16:37:27 2002
@@ -2,7 +2,7 @@
        Build Configuration for Win32.
        This has only been tested with MS VisualC++ 6 (and later).
 
-       $Id: config.w32.h.in,v 1.22 2002/11/13 06:47:43 sebastian Exp $
+       $Id: config.w32.h.in,v 1.22.2.1 2002/11/13 21:37:27 edink Exp $
 */
 
 /* Default PHP / PEAR directories */
@@ -42,13 +42,13 @@
 #define HAVE_FTP 1
 
 /* Enable / Disable MBSTRING extension (default: disabled) */
-#define HAVE_MBSTRING 0
-#define HAVE_MBREGEX 0
-#define HAVE_MBSTR_CN 0
-#define HAVE_MBSTR_JA 0
-#define HAVE_MBSTR_KR 0
-#define HAVE_MBSTR_RU 0
-#define HAVE_MBSTR_TW 0
+/* #define HAVE_MBSTRING 0 */
+/* #define HAVE_MBREGEX  0 */
+/* #define HAVE_MBSTR_CN 0 */
+/* #define HAVE_MBSTR_JA 0 */
+/* #define HAVE_MBSTR_KR 0 */
+/* #define HAVE_MBSTR_RU 0 */
+/* #define HAVE_MBSTR_TW 0 */
 
 /* Enable / Disable MySQL extension (default: enabled) */
 #define HAVE_MYSQL 1



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

Reply via email to