Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64181 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22326 invoked from network); 6 Dec 2012 14:20:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2012 14:20:36 -0000 Authentication-Results: pb1.pair.com header.from=njaguar@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=njaguar@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.42 as permitted sender) X-PHP-List-Original-Sender: njaguar@gmail.com X-Host-Fingerprint: 209.85.219.42 mail-oa0-f42.google.com Received: from [209.85.219.42] ([209.85.219.42:41003] helo=mail-oa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2D/11-14218-2B9A0C05 for ; Thu, 06 Dec 2012 09:20:36 -0500 Received: by mail-oa0-f42.google.com with SMTP id j1so6806787oag.29 for ; Thu, 06 Dec 2012 06:20:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=vtZKeKicR5uTnp8GdcS3dINkIKi6+ztvi4eoVNuO3Ho=; b=SUiwGhO/710g4VZvud+G0IPPkh9NrhXgv7R3lN7Zuch7s2LPQ7jbA7vxSiISKPHuEI hMQhalf/BpeWmobwWKzLNgCjWFSl0Us9FzfbFtW/KFasg7lTRUScKOoMjto3CCQKVREw dbntrIhuRArVfvBzVruY2mTAz36KQSffzAPlfanfuYEySoONSZ7GHU+lTFm8LjletqBB YIaZLBdUb53EZmq1NaDERVp0gPg5J3rldRkx9wRQ3pgDo5ApcIgy0ho1UR1lm08fcYEh CakR1wt8wQGPi1wvJk7WAawfQvMa3kreXeWIa26kWqpFEF4lf7WjyM7VKMnE8xCoDe1x x5Sg== MIME-Version: 1.0 Received: by 10.60.32.235 with SMTP id m11mr934630oei.129.1354803631376; Thu, 06 Dec 2012 06:20:31 -0800 (PST) Received: by 10.182.89.66 with HTTP; Thu, 6 Dec 2012 06:20:31 -0800 (PST) Date: Thu, 6 Dec 2012 08:20:31 -0600 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: Bug #63615 DateTime::modify() ignores timezone [PATCH] From: njaguar@gmail.com (Paul Taulborg) Can someone remove the patch from this bug for me? While it fixes the problem, it opens up some potential memory leaks, so I'd hate to see it get implemented by mistake before I get a chance to fix that as well. Thanks!