Re: [PHP-DEV] syslog() on Windows for wide character

2010-02-05 Thread Pierre Joye
hi, Thanks for the update :) I still think that it should follow mbstring logic and API. Doing so will provide 100% backward compatibility. If an application define this setting as UTF-8 but some modules are not implemented with UTF-8 in mind, then the log may be broken. Cheers, 2010/2/5 KITAZA

[PHP-DEV] syslog() on Windows for wide character

2010-02-04 Thread KITAZAKI Shigeru
Hi, We've improved a patch which makes syslog() to send UTF-8 strings to event log on Windows. This patch introduces a new INI directive to switch to the new behavior; the directive name is 'syslog_widechar'. This is a optional feature only for Windows, and does not conflict current behavior or an