Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66066 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59951 invoked from network); 20 Feb 2013 18:35:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2013 18:35:25 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.182 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.223.182 mail-ie0-f182.google.com Received: from [209.85.223.182] ([209.85.223.182:61415] helo=mail-ie0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 54/D9-19387-C6715215 for ; Wed, 20 Feb 2013 13:35:25 -0500 Received: by mail-ie0-f182.google.com with SMTP id k14so10300090iea.13 for ; Wed, 20 Feb 2013 10:35:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=pVHC8IM/iLOqOhO/t3z30dmjuusWpfNaLfRo8C0zSFg=; b=oCFlUjKMTNF0O0YMzexOyq0ZliELhVdSIiqE8kS7vss1auDlYqGhiZRYDn1NhxVoqF Z+277HfzDZKna1Tm4PyXQLiDGWJkiqTWDTK+UCJwE2D+V6yasadIsEIPFhBG9DnlUxZS T93voEhYAGZeAJNMbogG3tlYwEikz5J2qwSfkNoCeAPetlVBFu6bdf2PrPtqVLmuYBjR TgOrAQZVIpWBJaIm0yBLOmu2o+cAGKDFAgwIO8kgvVzMFEWvLvn0TGtkaxRCOHgzNumf a6F0Dn3gRtVgcJhPdtxteuIjqnPDI+PTAuYgsfQ/RGP7lXcRCYZh1k5KJ1U+s1VSvcj/ 6P+Q== MIME-Version: 1.0 X-Received: by 10.50.212.3 with SMTP id ng3mr11017984igc.43.1361385321950; Wed, 20 Feb 2013 10:35:21 -0800 (PST) Received: by 10.50.114.137 with HTTP; Wed, 20 Feb 2013 10:35:21 -0800 (PST) In-Reply-To: References: Date: Wed, 20 Feb 2013 19:35:21 +0100 Message-ID: To: Paul Taulborg Cc: PHP Internals Content-Type: multipart/alternative; boundary=14dae93409f7846e8704d62c3869 Subject: Re: [PHP-DEV] Re: [PATCH] (v 5.4.11-dev) ext/date/php_date.c cleanup From: tyra3l@gmail.com (Ferenc Kovacs) --14dae93409f7846e8704d62c3869 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, Dec 7, 2012 at 8:54 PM, Paul Taulborg wrote: > Sorry for the double message, still getting used to doing patches > instead of applying changes directly. I accidentally attached an old > patch file, not the latest. The previous had a bug in > php_date_initialize() which I caught in my testing (I left the local > variable tzi, by mistake, instead of using now->tz_info), but didn't > regenerate the patch file. Caught up upon reviewing the patch itself > and realizing it was the old one. :-/ > > Attached is the proper patch, thanks. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > Hi, Could you open a bug on http://bugs.php.net/ and attach the patch (or create a pull request and link that)? I think it would be also useful if you could split the changes into separate two patches: one for the whitespace changes and one for the actual code adjustments. Thanks! --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --14dae93409f7846e8704d62c3869--