[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

Re: [PHP-DEV] imap4 search criteria

2010-02-04 Thread Dominik Gehl
>> $pgm = imap_searchprogram_new(); >> imap_searchprogram_criteria($pgm1,"DRAFT SMALLER 34567 HEADER Message-Id >> FROM domi...@dokdok.com"); > > I assume you meant '$pgm' above? You are absolutely right ! In fact, you can also set every parameter in its own imap_searchprogram_criteria call,

Re: [PHP-DEV] imap4 search criteria

2010-02-04 Thread Dominik Gehl
Here's a new version of the patch. It allows the usage of the following style of code: $pgm = imap_searchprogram_new(); imap_searchprogram_criteria($pgm1,"DRAFT SMALLER 34567 HEADER Message-Id FROM domi...@dokdok.com"); imap_search($mbox,$pgm)); Dominik diff --git a/external/php-5.2.12/ext/

[PHP-DEV] SVN Account Request: scorninpc

2010-02-04 Thread Bruno P. Gonçalves
php-gtk extensions -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] http://bugs.php.net DB seems to be down

2010-02-04 Thread Jess Portnoy
Hello all, I can get to the system's index page just fine but any bug lookup results in: "The data center is offline. This might be a feature, and not a bug, but probably not." It was probably reported already but in case it was not, thought I'd drop you a line. Thanks, -- May the source

Re: [PHP-DEV] imap4 search criteria

2010-02-04 Thread Dominik Gehl
Here's the patch inline: diff -u --recursive ../orig/php-5.2.12/ext/imap/php_imap.c ./ext/imap/php_imap.c --- ../orig/php-5.2.12/ext/imap/php_imap.c 2009-09-22 14:18:57.0 -0400 +++ ./ext/imap/php_imap.c 2010-02-03 14:16:41.0 -0500 @@ -152,6 +152,9 @@ PHP_FE(imap