Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64132 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91947 invoked from network); 2 Dec 2012 00:53:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Dec 2012 00:53:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=njaguar@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=njaguar@gmail.com; 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:38567] helo=mail-oa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 04/B5-26487-B96AAB05 for ; Sat, 01 Dec 2012 19:53:47 -0500 Received: by mail-oa0-f42.google.com with SMTP id j1so1777268oag.29 for ; Sat, 01 Dec 2012 16:53:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ePQA3V1sg7Lnr11SxWvo/7FUjv2Hm7weRdg+Y7do9h4=; b=EkT2G4USmLAeHTUm1deqAsdbi2UvaDTgyiYaVvxGc8gtSMP17qeUCeZH00AYjk4is8 18nw6XfTFXceX7m7Ug/nzAruelxT7sV6FPpsbZJcUA8xJWVXNFDVgXWdLGkupuNMGuWa 1h4uuEnjeI/GHC5YmYboxc+5gfy1TZtymAnZVtaHOGSkcsgSb8saOGY25p3nG+OzRUYB w84JhkWC7vAKPrPYFB64P98AkaZwlvH6kvFDDiAnSYyeL8SMszyRg30MnZTKgIJ0rhve cnUbHlAkKol4arC6zHndx4qdMGq1vCszo5a9NdF/jquo74X89OYffIs9RLYQntj/BQzG k1iw== MIME-Version: 1.0 Received: by 10.182.69.50 with SMTP id b18mr1121322obu.75.1354409624770; Sat, 01 Dec 2012 16:53:44 -0800 (PST) Received: by 10.182.89.66 with HTTP; Sat, 1 Dec 2012 16:53:44 -0800 (PST) In-Reply-To: <50BA9B82.9060907@oracle.com> References: <50BA9B82.9060907@oracle.com> Date: Sat, 1 Dec 2012 18:53:44 -0600 Message-ID: To: Christopher Jones Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Re: Poor date() performance (v 5.4.9) [PATCH] From: njaguar@gmail.com (Paul Taulborg) Submitted here: https://bugs.php.net/bug.php?id=63666 Also note that this can probably be back-ported into other 5.x branches where this is applicable. I have only personally checked out the latest release branch at this time. Thanks! On Sat, Dec 1, 2012 at 6:06 PM, Christopher Jones wrote: > > > On 12/01/2012 10:21 AM, Paul Taulborg wrote: >> >> >> [php_date.c patch] > > > Thanks for the patch. To ensure it isn't lost, can you open a bug at > https://bugs.php.net/ and attach it? And/or submit a pull request at > https://github.com/php/php-src > > Regards, > > Chris > > -- > christopher.jones@oracle.com > http://twitter.com/ghrd