Re: [PHP-DEV] adding GB18030 support for mbstring

2010-02-02 Thread Pierre Joye
2010/2/2 KITAZAKI Shigeru : > hi, > > Pierre Joye wrote: >> > * php_syslog.patch >> It has to be optional. Maybe a mbstring.syslog* option to set a given >> encoding for the syslog functions. >> > Thank you for your advise. It sounds good to be optional. > Let me consider about it again. > >> > * p

Re: [PHP-DEV] adding GB18030 support for mbstring

2010-02-02 Thread KITAZAKI Shigeru
hi, Pierre Joye wrote: > > * php_syslog.patch > It has to be optional. Maybe a mbstring.syslog* option to set a given > encoding for the syslog functions. > Thank you for your advise. It sounds good to be optional. Let me consider about it again. > > * php_ldap.patch > That's something I have do

Re: [PHP-DEV] adding GB18030 support for mbstring

2010-02-01 Thread Moriyoshi Koizumi
2010/2/1 KITAZAKI Shigeru : > * php_syslog.patch >  syslog() function cannot properly send UTF-8 strings to event log on >  Windows. This patch changes the internal API. We, however, must set >  UTF-8 on 'mbstring.internal_incoding'. >  In addition, this changes the severity of 'LOG_ERR' from event

Re: [PHP-DEV] adding GB18030 support for mbstring

2010-02-01 Thread Pierre Joye
hi, Thanks for the patches :) 2010/2/1 KITAZAKI Shigeru : > Thank you for your suggestion. > Let me introduce some patches which we published. They might be useful on > specific environments although they are not bugs. > If I had better to report below issues as bugs, please tell me. > > * php_sy

Re: [PHP-DEV] adding GB18030 support for mbstring

2010-01-31 Thread KITAZAKI Shigeru
Thank you for your suggestion. Let me introduce some patches which we published. They might be useful on specific environments although they are not bugs. If I had better to report below issues as bugs, please tell me. * php_syslog.patch syslog() function cannot properly send UTF-8 strings to ev

Re: [PHP-DEV] adding GB18030 support for mbstring

2010-01-28 Thread Christopher Jones
KITAZAKI Shigeru wrote: > BTW, our blog has various other patches for PHP in addition to this one. > Feel free to mail me if you are interested in some of them. > > Regards, > KITAZAKI Shigeru > To highlight and record those patches, can you create a bug report for each problem/patch and add the

[PHP-DEV] adding GB18030 support for mbstring

2010-01-28 Thread KITAZAKI Shigeru
We made a patch to add a mbfilter for GB18030 encoding for PHP-5.3.1. Please take a look at our blog: http://developer.cybozu.co.jp/oss/2010/01/php-mbstring-pa.html We would appreciate if you take this patch into the mainline. BTW, our blog has various other patches for PHP in addition to thi