Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66468 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50959 invoked from network); 5 Mar 2013 11:42:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Mar 2013 11:42:20 -0000 Authentication-Results: pb1.pair.com header.from=ab@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ab@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.73.107 as permitted sender) X-PHP-List-Original-Sender: ab@php.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:51410] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 14/D1-35168-71AD5315 for ; Tue, 05 Mar 2013 06:42:19 -0500 Received: by h1123647.serverkompetenz.net (Postfix, from userid 33) id 437D39145AB; Tue, 5 Mar 2013 12:42:12 +0100 (CET) Received: from 94.216.52.11 (SquirrelMail authenticated user anatol@belski.net) by webmail.klapt.com with HTTP; Tue, 5 Mar 2013 12:42:12 +0100 Message-ID: Date: Tue, 5 Mar 2013 12:42:12 +0100 To: "Derick Rethans" , "Gustavo Lopes" Cc: internals@lists.php.net Reply-To: ab@php.net User-Agent: SquirrelMail/1.5.2 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Fix for bug #63437 From: ab@php.net ("Anatol Belski") Hi, I've reworked the patch from http://nebm.ist.utl.pt/~glopes/misc/date_period_interval_ser.diff (mentioned by tony2001) for bug #63437, that seems to fix the issue. That patch was ported back to 5.3 and adapted to the current 5.4+. Both variants are posted to the ticket. Also the test for bug #52113 delivers more plausible results and should be fixed when the patch is applied. Regards Anatol