Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68591 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68213 invoked from network); 21 Aug 2013 10:29:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Aug 2013 10:29:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=martin.keckeis1@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=martin.keckeis1@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.53 as permitted sender) X-PHP-List-Original-Sender: martin.keckeis1@gmail.com X-Host-Fingerprint: 209.85.219.53 mail-oa0-f53.google.com Received: from [209.85.219.53] ([209.85.219.53:41231] helo=mail-oa0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7C/D6-11927-39694125 for ; Wed, 21 Aug 2013 06:29:40 -0400 Received: by mail-oa0-f53.google.com with SMTP id k18so390292oag.40 for ; Wed, 21 Aug 2013 03:29:37 -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=nKiQfutwaC8kmSSd7XwLRBBtH3KV3etOvXjBTdLwu28=; b=fOkKFVDPe92mur0KAj9wiUvwAGi8ebAIehnv+VFnqtJ2rHBDY6s7scXX2ew8fdGb1A gdEMxu1hHRyq5LbUBIHqZToSIZYuprzXsxpsBh14h02ynzfrzZDEY+vaFZ8h/wIjLKa6 84pcDW935MC83u3eenTY03gvEq1n7rq0pDM6WYyWTjpHGcH0MJYRmgKIJ6gJkU6K/f2A GzPfIHh+z0zwydVquJ/zPdK2z0gTcct1IyOYvm1er66MXSilxy+7X/pJK2E5z6jN/VsJ gKy68VtBypbLNVTS4eDaOKQ3OtyZCHLXYdE+tbC+b+HWQsz4YXdT/swSNRN+Ym10faex 8e9w== MIME-Version: 1.0 X-Received: by 10.60.44.240 with SMTP id h16mr7009431oem.2.1377080977443; Wed, 21 Aug 2013 03:29:37 -0700 (PDT) Received: by 10.182.26.112 with HTTP; Wed, 21 Aug 2013 03:29:37 -0700 (PDT) In-Reply-To: References: Date: Wed, 21 Aug 2013 12:29:37 +0200 Message-ID: To: Laruence Cc: PHP internals Content-Type: multipart/alternative; boundary=001a113347627cd61b04e472a65c Subject: Re: [PHP-DEV] 5.4 RecursiveDirectoryIterator From: martin.keckeis1@gmail.com (Martin Keckeis) --001a113347627cd61b04e472a65c Content-Type: text/plain; charset=UTF-8 Hello, > Two things could be done IMO: > > - revert this change from 5.4 > > - mention it in the Upgrade Guide 5.3 -> 5.4 > that was a bug, that if you didn't pass SKIP_DOTS , dots should no be > skipped. > > and this bug is also fixed in 5.3 branch. > > thanks > Yeah i understand that it was a bug, but the bugfix was a BC break (even if small) Maybe just mention it somewhere shortly: Upgrade guide or doc of __construct() Best regards --001a113347627cd61b04e472a65c--