Re: [PHP-DEV] fgetcsv() conclusion

2003-12-22 Thread Christian Schneider
Moriyoshi Koizumi wrote: 1) Leave things they way they are now, giving everyone a partial support for multibyte string in fgetcsv() and 2-3 performance decrease in all instances. Of course this is my choice. I'm not sure this is what you want because the words _partial_ support seem to be the

Re: [PHP-DEV] fgetcsv() conclusion

2003-12-22 Thread Moriyoshi Koizumi
Christian Schneider [EMAIL PROTECTED] wrote: Moriyoshi Koizumi wrote: 1) Leave things they way they are now, giving everyone a partial support for multibyte string in fgetcsv() and 2-3 performance decrease in all instances. Of course this is my choice. I'm not sure this is what

[PHP-DEV] fgetcsv() conclusion

2003-12-21 Thread Ilia Alshanetsky
It's been a few days since the last comments regarding the fgetcsv() in PHP 5.0 and I think it would be an opportune time to decide on a solution for the problem. Based on the various commentary we appear to have 3 alternatives that for better or worse would resolve the situation. 1) Leave

Re: [PHP-DEV] fgetcsv() conclusion

2003-12-21 Thread Moriyoshi Koizumi
On 2003/12/22, at 3:12, Ilia Alshanetsky wrote: 1) Leave things they way they are now, giving everyone a partial support for multibyte string in fgetcsv() and 2-3 performance decrease in all instances. Of course this is my choice. 3) Put the php_mblen macro in php_string.h inside ifdef