Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46840 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24928 invoked from network); 20 Jan 2010 16:17:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jan 2010 16:17:05 -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.222.179 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.222.179 mail-pz0-f179.google.com Received: from [209.85.222.179] ([209.85.222.179:63694] helo=mail-pz0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/8D-59157-F7C275B4 for ; Wed, 20 Jan 2010 11:17:04 -0500 Received: by pzk9 with SMTP id 9so5787445pzk.16 for ; Wed, 20 Jan 2010 08:17:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=DHhXMiBR3raPx+il7N6LCZX9A/J96T6C5OdewO5BRn0=; b=abpbJTHQwZOXPzR0+h93vNl3tCy+Qzsqxp7DGpHQ0u1vJJs5v+MegiYcQap+TByZkd jR3DWApex4AxTeKw4zqNLMfXvHLgto+VrvHauiIC1lmJBHqyggfaHmKTdtC59IKblVK2 AtpuFw9/+uqQy/lotLt4ZOxmuD+AbgVtG+tyI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=TlTt4eSAn2LHj38r44p1JnL7+R54HVSJt3baXksYgXd8yf81ID6lNBYoCBeB+nJymN qfIzq/5fVkny8o9VUP4+0tx0yRrOnOrL80myqE/jpW8yUYdRTix2+O6b90lG7ZiuknH4 CIM5A2b3Q8yXGuEfF4KenBa0pdIkzGVnHErbY= MIME-Version: 1.0 Received: by 10.115.38.40 with SMTP id q40mr121816waj.95.1264004220540; Wed, 20 Jan 2010 08:17:00 -0800 (PST) Date: Wed, 20 Jan 2010 21:47:00 +0530 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Patches for a few Date/time related bugs From: yoarvi@gmail.com (Arvind Srinivasan) 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