Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76608 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34386 invoked from network); 17 Aug 2014 14:55:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2014 14:55:10 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.220.45 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.220.45 mail-pa0-f45.google.com Received: from [209.85.220.45] ([209.85.220.45:52899] helo=mail-pa0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/B0-28428-C42C0F35 for ; Sun, 17 Aug 2014 10:55:09 -0400 Received: by mail-pa0-f45.google.com with SMTP id eu11so6163863pac.32 for ; Sun, 17 Aug 2014 07:55:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=uBklDBl8jlAeMPOuoXqHcDB8sioAX7LrWsgN5VhzN08=; b=BYQUVy3pg54wj8gapwYZFqVQ2YBVDSoJ/zeU1t5BVsXFMBaeKqIxC1UJYLEwqoCUDF yNgdcQvze7pb9FkNUpSUZGwAXggU1PzlzjhOGwy0h/uvpWZ9PugzTY3gKVoXQJtSNJ3q Dw+iXFRrRi0GeBqBZZtQp4wg1Kl5Q+x8J1SilIY/uLkYIYWqnpnisP9I32dmjqdKOL2F zoPpYdUjLKQZqZIeGKHySXJwup8U59tN3MxPNRqAfR77CRfl0xAUO/iGdM4EeaJHu/JZ HhHTSNxPEGklxc6Ei14XwCLjZUVVvaYEO082ke+sFQQ1+D1iy7FC84Fz5zOI0OJOQbBa QCmw== X-Gm-Message-State: ALoCoQl9Bhk2Ooiloelwmhzyqq2MKOWlj6NygQ2AzvJlu+WUj8Kh+TrW6uZu9RFfmo/qpQWMooPe MIME-Version: 1.0 X-Received: by 10.68.201.167 with SMTP id kb7mr28142558pbc.38.1408287305956; Sun, 17 Aug 2014 07:55:05 -0700 (PDT) Sender: php@golemon.com Received: by 10.70.95.37 with HTTP; Sun, 17 Aug 2014 07:55:05 -0700 (PDT) X-Originating-IP: [69.63.185.56] In-Reply-To: <53EE5811.6090503@mabe.berlin> References: <53EC84BF.9000002@mabe.berlin> <53EC8507.9020303@mabe.berlin> <53EE5811.6090503@mabe.berlin> Date: Sun, 17 Aug 2014 07:55:05 -0700 X-Google-Sender-Auth: tar37kP6mzokxa2Dhs4Znhal8T0 Message-ID: To: Marc Bennewitz Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Improved logarithm of base 2|10 of standard math function From: pollita@php.net (Sara Golemon) On Fri, Aug 15, 2014 at 11:57 AM, Marc Bennewitz wrote: > shouldn't it be merged into the branches PHP-5.4, PHP-5.5 as well as > PHP-5.6 and shouldn't there an info in the NEWS file? It's currently > only merged to master. > I opted for master-only on the grounds that while it's an improvement, it's not really a bugfix, and released versions (or versions as near to release as 5.6 is) should be bug-fix only. I know there's an argument for this *being* a bug-fix, but... If a consensus feels it should be merged back I won't object. -Sara