Re: [PHP-DEV] mbstring functions in 4.2.3

2002-09-21 Thread Moriyoshi Koizumi
Hi, AFAIK, php_stat() and tsrm_virtual_cwd() related problems under multibyte win32 environment were already fixed by Rui. But the bugs are still active under some unix operating systems that accept Shift_JIS as its locale charset/encoding if you specify it, as EUC-JP is most suitable to use

[PHP-DEV] mbstring functions in 4.2.3

2002-09-20 Thread Erica Douglass
Hi! I'm making a PHP package that will be distributed to potentially hundreds of people. I based the package off 4.2.3, since that's the latest version from PHP.Net. However, I have encountered a nasty bug with the mbstring-enc-trans extension as described here:

Re: [PHP-DEV] mbstring functions in 4.2.3

2002-09-20 Thread Wez Furlong
Hi Erica, Personally, I would roll my own tarball/package based on the now fixed code in the 4.2 branch of CVS. However, as I mentioned in your original PR, there is a bug that affects file_exists on some systems; AFAIK, this has yet to be resolved which I why I suggested that you ask here, and