Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46891 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10014 invoked from network); 27 Jan 2010 13:49:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2010 13:49:20 -0000 Authentication-Results: pb1.pair.com header.from=yoarvi@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=yoarvi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.44 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: yoarvi@gmail.com X-Host-Fingerprint: 209.85.160.44 mail-pw0-f44.google.com Received: from [209.85.160.44] ([209.85.160.44:63306] helo=mail-pw0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/40-08553-D54406B4 for ; Wed, 27 Jan 2010 08:49:19 -0500 Received: by pwi15 with SMTP id 15so4152384pwi.23 for ; Wed, 27 Jan 2010 05:49:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=mfBkR1YcxUK2e5l556xZTb/6x/hP3w2tp4WmXOfEE0I=; b=iv2QkBxsLk71ISTd4yB0QdYLfyRzaI6DDk52g2gw8FHc0+6plz0Wxs9jKmpmvsEq6E JfQCLTodkU4hSDki3ixrYmZkQ6zfuedT/crzbMoT+WSen+l/4XHT7VK8BDbX2m6lF+uT 9DA29PfDFit4gn7vhiInNTf06tVkZO3bAogqs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=W6dbh6qcLN3Sql++j9aPvHz2EGfJe3P6beFpQoW17GK8oEPmrOBDQnySPQ/oZ7Vxta cRTHXrVA4WeEqxH+fn4AlEZtIeuejgpJJydB07ZjPG3kfj6UrCjl40h5BVt/zpqMqNEI dHO8bkFIxdfY8RMh7Ok3gmNdP/pnJ9utgTtik= MIME-Version: 1.0 Received: by 10.114.6.25 with SMTP id 25mr6619762waf.25.1264600153588; Wed, 27 Jan 2010 05:49:13 -0800 (PST) In-Reply-To: References: Date: Wed, 27 Jan 2010 19:19:13 +0530 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: Patches for a few Date/time related bugs From: yoarvi@gmail.com (Arvind Srinivasan) A few more patches (and test cases) for review: http://bugs.php.net/bug.php?id=46111 (strtotime() returns false for some valid timezones) http://bugs.php.net/bug.php?id=48902 ( datetimezone uses calcutta or kolkata) http://bugs.php.net/bug.php?id=50559 (Clone is not implemented for DateInterval and DatePeriod) Thanks, Arvi On Wed, Jan 20, 2010 at 9:47 PM, Arvind Srinivasan wrote: > Hi, > > I've updated each of the following bug reports > > http://bugs.php.net/bug.php?id=50475 - DateTime::setISODate followed > by DateTime::setTime > > http://bugs.php.net/bug.php?id=49059 - DateTime::diff() repeats > previous sub() operation > > http://bugs.php.net/bug.php?id=49904 - DateTime::modify('last day') > returns last day of the month > > with a patch (against 5.3) that includes a fix as well as a test case. > > 50475 is the only one that is currently unassigned. Please could > someone review my fix. > > Thanks, > Arvi >