]> granicus.if.org Git - php/commitdiff
Disable mbstring (and sync behaviour with *NIX per Andrei's commit).
authorSebastian Bergmann <sebastian@php.net>
Wed, 13 Nov 2002 06:47:43 +0000 (06:47 +0000)
committerSebastian Bergmann <sebastian@php.net>
Wed, 13 Nov 2002 06:47:43 +0000 (06:47 +0000)
main/config.w32.h.in

index a7a694853283a358752d4cf5845f9b3b583b7770..b7ba0e3d036d8359f2927d7f01aa42c970be81a9 100644 (file)
 /* Enable / Disable FTP extension (default: enabled) */
 #define HAVE_FTP 1
 
-/* Enable / Disable MBSTRING extension (default: enabled) */
-#define HAVE_MBSTRING 1
-#define HAVE_MBREGEX 1
-#define HAVE_MBSTR_CN 1
-#define HAVE_MBSTR_JA 1
-#define HAVE_MBSTR_KR 1
-#define HAVE_MBSTR_RU 1
-#define HAVE_MBSTR_TW 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
 
 /* Enable / Disable MySQL extension (default: enabled) */
 #define HAVE_MYSQL 1