Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58572 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89860 invoked from network); 4 Mar 2012 13:55:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Mar 2012 13:55:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@googlemail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:36756] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B5/4B-12048-554735F4 for ; Sun, 04 Mar 2012 08:55:33 -0500 Received: by lahl5 with SMTP id l5so4025242lah.29 for ; Sun, 04 Mar 2012 05:55:29 -0800 (PST) Received-SPF: pass (google.com: domain of nikita.ppv@googlemail.com designates 10.152.127.9 as permitted sender) client-ip=10.152.127.9; Authentication-Results: mr.google.com; spf=pass (google.com: domain of nikita.ppv@googlemail.com designates 10.152.127.9 as permitted sender) smtp.mail=nikita.ppv@googlemail.com; dkim=pass header.i=nikita.ppv@googlemail.com Received: from mr.google.com ([10.152.127.9]) by 10.152.127.9 with SMTP id nc9mr104164lab.20.1330869329583 (num_hops = 1); Sun, 04 Mar 2012 05:55:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Mn6H7uOkf1cLOXfhhkPZnnzU4SCsQOwljcfhzucdmu4=; b=H//3PkSZKlYTpbT16KaynKuBYGYuLiiZurSgtiRzzjf1AgGhcmadZ8gZMKtfdXYsFW NY7OgwyF29hmiUa0Yb3DOPZ+qJGDsvP7+9yiT6sOBQL/84ofx8tkO6vhiv15VdolU7YC +oZILm1eWPg1P+GSXNHWQQDsPg6tl6EHRBU7SoUCk4aPiA/pK+1gTBPhbvPx/i/ZqIR1 kUI5cSsMNCJwnpxWoWEU4102PZqdWHhKe+znqiUtwMZrCRDqlENGCSheNFd+rsRPvoG3 2iIQQeLbTxXsaK8IXRQ2uRjsXpz4zw+iBTkHjVyaBsnGd/W6Z7dQDX/CwR1jSw2cV3Hh Qyug== MIME-Version: 1.0 Received: by 10.152.127.9 with SMTP id nc9mr87095lab.20.1330869329460; Sun, 04 Mar 2012 05:55:29 -0800 (PST) Received: by 10.152.127.68 with HTTP; Sun, 4 Mar 2012 05:55:29 -0800 (PST) In-Reply-To: References: Date: Sun, 4 Mar 2012 14:55:29 +0100 Message-ID: To: Anthony Ferrara Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Patches for Review From: nikita.ppv@googlemail.com (Nikita Popov) On Sun, Mar 4, 2012 at 2:29 PM, Anthony Ferrara wrote: > Hey all, > [snip] > https://bugs.php.net/bug.php?id=60596 > A little code-cleanup to remove a superfluous if statement in a switch > in the spl_offset_convert_to_long function... Applied in http://svn.php.net/viewvc/?view=revision&revision=323863. Nikita