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

2010-02-01 Thread Pierre Joye
hi, On Mon, Feb 1, 2010 at 9:25 PM, Tex Texin wrote: > mbstring can call out to icu to do the work. Right, pls read the thread, that's Moriyoshi is working on. But can we do it in a minor release? I don't think so. Cheers, > -Original Message- > From: Pierre Joye [mailto:pierre@gma

RE: [PHP-DEV] RE: [PHP-I18N] adding GB18030 support for mbstring

2010-02-01 Thread Tex Texin
mbstring can call out to icu to do the work. -Original Message- From: Pierre Joye [mailto:pierre@gmail.com] Sent: Monday, February 01, 2010 12:11 PM To: Tex Texin Cc: Moriyoshi Koizumi; KITAZAKI Shigeru; php-i...@lists.php.net; internals@lists.php.net Subject: Re: [PHP-DEV] RE: [PHP-I

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

2010-02-01 Thread Pierre Joye
hi, On Mon, Feb 1, 2010 at 8:59 PM, Tex Texin wrote: > Since ICU supports many conversions, including gb18030, and is regularly > updated and is already a part of php, it makes no sense to include > individually written conversions. ICU also gets considerable testing and > review. > > Conversions

[PHP-DEV] RE: [PHP-I18N] adding GB18030 support for mbstring

2010-02-01 Thread Tex Texin
Since ICU supports many conversions, including gb18030, and is regularly updated and is already a part of php, it makes no sense to include individually written conversions. ICU also gets considerable testing and review. Conversions should all be driven through icu. -Original Message- Fro

Re: [PHP-DEV] imap4 search criteria

2010-02-01 Thread Dominik Gehl
Thanks a lot for your reply. I also found a second bug report related to this: http://bugs.php.net/bug.php?id=21168 Now, how about adding an imap_newsearchpgm function to the PHP imap extension which would do a call to mail_nsewsearchpgm inside c-client and return a structure allowing to contru

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

[PHP-DEV] PHP 6 Bug Summary Report

2010-02-01 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (109 total -- which includes 47 feature requests) ===[Apache related]=== 47061 Open User not logged under Apache ===[

[PHP-DEV] Too many levels of symbolic links error

2010-02-01 Thread Bharat Nagwani
Hello, We use php in cgi mode. PHP version is 5.2.3. I am using popen to execute grep on a file popen($cmd, "r"); where $cmd = "/usr/bin/grep xyz /var/tmp/log/session" and log is a symbolic link pointing to /var/log ls -l /var/tmp/ lrwxr-xr-x 1 rootwheel8 Jan 31 23:17 log -> /var/lo

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