Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76460 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82662 invoked from network); 13 Aug 2014 07:24:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Aug 2014 07:24:21 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.177 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.177 mail-qc0-f177.google.com Received: from [209.85.216.177] ([209.85.216.177:58669] helo=mail-qc0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 41/B0-00877-4A21BE35 for ; Wed, 13 Aug 2014 03:24:20 -0400 Received: by mail-qc0-f177.google.com with SMTP id x13so3793935qcv.22 for ; Wed, 13 Aug 2014 00:25:02 -0700 (PDT) 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=65pVc9uSGHCiT/uDLwpsn6P8VY+OIWtvF7emoERGjaU=; b=iBCgDN6pgBRKgmk+x/SrOa02rO6zwACCzS+xys/jBCtEMa4TE/kd6h/9mTvpmwG09/ GZ0teyZif22CK6EWs1omgZQshaEBnmAa9cslXT9qAofvkwonbbcZxSSgD+olgIAvvJYe 7NsDiU+yeLuZXmSHMa3rFnqI4cXObe2QA0P9G09+WDW2srj5mtpnXG1qijPXIsC2ydlp gGby+KqrGMLNuaNWKSrduNPI/T9HHG1sHW0EoHgrJSUzalktMr/OPvviXNEg9rfMPKDc Z0V1+LEZsS8vJ50zZ1yY+jtlgE13oZ3zqgjUWB2LPrTUXClI/yJDGSQYIXfKkHhfICtr fVyA== MIME-Version: 1.0 X-Received: by 10.224.119.193 with SMTP id a1mr4221799qar.18.1407914702383; Wed, 13 Aug 2014 00:25:02 -0700 (PDT) Received: by 10.140.24.54 with HTTP; Wed, 13 Aug 2014 00:25:02 -0700 (PDT) In-Reply-To: <53EA93F0.8090104@sugarcrm.com> References: <53EA93F0.8090104@sugarcrm.com> Date: Wed, 13 Aug 2014 09:25:02 +0200 Message-ID: To: Stas Malyshev Cc: "ab@php.net" , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: glob() bug 47358 From: pierre.php@gmail.com (Pierre Joye) hi Stas, Jakub, On Wed, Aug 13, 2014 at 12:23 AM, Stas Malyshev wrote: > Hi! > > Recently bug 47358 came to my attention, and there's something strange > with it. It is fixed only for 5.6, not listed in NEWS for even that > version, but the log contains these: > > commit f566b4d32183032663ecb35895c0dafd8e051853 > Merge: 7a13ce6 10a2c0d > Author: Pierre Joye > Date: Tue Jan 8 15:16:35 2013 +0100 > > Merge branch 'PHP-5.5' > > * PHP-5.5: > - fix bug #47358, glob returns error, should be empty array() > - NEWS entry for #50524 > > commit 10a2c0d574be62be1f0224d23909e27e74c87445 > Merge: f4142a9 2fb7cd3 > Author: Pierre Joye > Date: Tue Jan 8 15:13:40 2013 +0100 > > Merge branch 'PHP-5.4' into PHP-5.5 > > * PHP-5.4: > - fix bug #47358, glob returns error, should be empty array() > - NEWS entry for #50524 > > However, no trace of fixes for 47358 in either 5.4 or 5.5. Could > somebody explain what happened there? I couldn't find any discussion on > this bug except for this: > http://grokbase.com/t/php/php-internals/11a9mgeftd/bug-47358-unexpected-behaviour > > Is there any reason why the fix is only in 5.6? Any reason why it's not > in the NEWS? Sorry, I missed that one. I suspect it was the time where I misconfigured git and branches did not get merged. Feel free to merge it back/backport as I won't be able to do it before Monday. Cheers, -- Pierre @pierrejoye | http://www.libgd.org