Wez Furlong wrote: > Having been using it to handle more than 105,000 email messages over > the last 18 months *in production*, I have to disagree. *SNIP* > Now, the mbstr-enc-trans might have had some stability issues, but as > I've been saying, it is NOT enabled by default, and lets print a > warning about it when it is turned on.
mbstr-enc-trans is introduced when Rui merged mbstring(jstring) to php4 source tree. It was added since php3-i18n had this capability built in. Rui removed mbstr-enc-trans option so that it's ready to be a default module. We can control encoding translation by mbstring.encoding_translation = On|Off now. (the name may be better to be renamed to input_encoding_translation or input_translation. Opinions?) AFAIK, there is no serious bug in mbstring. If there is serious problem, let us know so that it can be addressed. Speaking of API, current API will not be changed. The API is there since php3 days. This is another reason why mbstring is considered stable. -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php