]> granicus.if.org Git - php/commit
Fix fgetcsv() to correctly support international characters
authorMoriyoshi Koizumi <moriyoshi@php.net>
Sat, 4 Oct 2003 02:51:19 +0000 (02:51 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Sat, 4 Oct 2003 02:51:19 +0000 (02:51 +0000)
commit921e5b47c5c31f18b8f75737bfbff84d80eeaa49
treec09231e74601ebd1ec45747acc77bd09701721a7
parent96e0010f137d2549714a9562ab28c4f0649dad5d
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.
ext/standard/basic_functions.h
ext/standard/config.m4
ext/standard/file.c
main/config.w32.h