Re: [PHP-DEV] Patch: Add INTERNALDATE to imap_append()

2009-10-20 Thread Jani Taskinen
On 10/21/2009 01:10 AM, Nick Fortenberry wrote: Hey everyone, Jake Levitt and I created this patch which adds the option to set a message's INTERNALDATE when appending it to a mail server using imap. Any chance we can get this included into the php 5.3 and 6 development branches? The diff be

[PHP-DEV] Race condition in PDOStatement (patch)

2009-10-20 Thread Basant Kukreja
Hi, There is a race condition in pdo's PDOStatement->ce.default_properties.ref_count. The integer is incremented without any lock around it (or using any other atomic APIs). This causes PDO to crash under stress. Details are given in bug report http://bugs.php.net/bug.php?id=49937&thanks=1 I h

[PHP-DEV] PHP 5.3.1RC2 Testing

2009-10-20 Thread Johannes Schlüter
The second release candidate of 5.3.1 was just released for testing and can be downloaded here: http://downloads.php.net/johannes/php-5.3.1RC2.tar.bz2 MD5 (php-5.3.1RC2.tar.bz2) = b349330da5c1f7f7a22a7a7914817623 php-5.3.1RC2.tar.gz (2009-10-20 13:19 -0700) MD5 (php-5.3.1RC2.tar.gz) = 2f358ebca

Re: [PHP-DEV] Patch: Add INTERNALDATE to imap_ap pend()

2009-10-20 Thread Nick Fortenberry
Hey Pierre, No problem. We'll work on a test case and post a bug report when we've created it. Thanks, Nick Fortenberry -Original Message- From: "Pierre Joye" Sent: Tuesday, October 20, 2009 6:13pm To: "Nick Fortenberry" Cc: internals@lists.php.net Subject: Re: [PHP-DEV] Patch: Add

Re: [PHP-DEV] Patch: Add INTERNALDATE to imap_append()

2009-10-20 Thread Pierre Joye
hi, Can you open a bug report and post a link to the patch please? So we won't loose it in the ML archive. A test case would also be useful. Cheers, On Wed, Oct 21, 2009 at 12:10 AM, Nick Fortenberry wrote: > Hey everyone, > > Jake Levitt and I created this patch which adds the option to set a

[PHP-DEV] Patch: Add INTERNALDATE to imap_append()

2009-10-20 Thread Nick Fortenberry
Hey everyone, Jake Levitt and I created this patch which adds the option to set a message's INTERNALDATE when appending it to a mail server using imap. Any chance we can get this included into the php 5.3 and 6 development branches? The diff below was done against the php-src/branches/PHP_5_3

Re: [PHP-DEV] Re: Patch: Use notices in PDO

2009-10-20 Thread Samuel ROZE
Hi Christopher, 2009/10/19 Christopher Jones : > The new interface combines system generated error messages with user > generated messages. I think you're talking about Oracle. > The original PostgreSQL example I saw seemed to use arbitrary text > messages, similar to Oracle's DBMS_OUTPUT (page