summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2003-10-04 02:51:19 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2003-10-04 02:51:19 +0000
commit921e5b47c5c31f18b8f75737bfbff84d80eeaa49 (patch)
treec09231e74601ebd1ec45747acc77bd09701721a7 /main
parent96e0010f137d2549714a9562ab28c4f0649dad5d (diff)
downloadphp-git-921e5b47c5c31f18b8f75737bfbff84d80eeaa49.tar.gz
Fix fgetcsv() to correctly support international characters
# note: mblen() is not a mbstring function, but is part of the ANSI standard # which is even supported by Microsoft's libc.
Diffstat (limited to 'main')
-rw-r--r--main/config.w32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/config.w32.h b/main/config.w32.h
index 7df0d0d184..1ef50f12e2 100644
--- a/main/config.w32.h
+++ b/main/config.w32.h
@@ -192,3 +192,5 @@
/* Win32 support proc_open */
#define PHP_CAN_SUPPORT_PROC_OPEN 1
+
+#define HAVE_MBLEN