moriyoshi               Mon Dec  2 15:12:00 2002 EDT

  Modified files:              
    /php4/main  config.w32.h.in 
  Log:
  Reverted wrong part of the commit made in 1.24
  
  
Index: php4/main/config.w32.h.in
diff -u php4/main/config.w32.h.in:1.24 php4/main/config.w32.h.in:1.25
--- php4/main/config.w32.h.in:1.24      Sun Dec  1 16:37:13 2002
+++ php4/main/config.w32.h.in   Mon Dec  2 15:11:59 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.24 2002/12/01 21:37:13 shane Exp $
+       $Id: config.w32.h.in,v 1.25 2002/12/02 20:11:59 moriyoshi 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