Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39165 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38625 invoked from network); 22 Jul 2008 09:25:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jul 2008 09:25:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=arnaud.lb@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=arnaud.lb@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.166.179 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: arnaud.lb@gmail.com X-Host-Fingerprint: 64.233.166.179 py-out-1112.google.com Received: from [64.233.166.179] ([64.233.166.179:19073] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/78-07896-977A5884 for ; Tue, 22 Jul 2008 05:25:14 -0400 Received: by py-out-1112.google.com with SMTP id a25so845640pyi.16 for ; Tue, 22 Jul 2008 02:25:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=o4MCFIzNPJEox7k5I+1D0mlSSwurLzeasYJwFLPunJI=; b=C8BOCevRKKikTJxzSoMCYq0NwWwK2LkVTUtCoZxjDz4xVyLmsuregBQPvGKkC5XpTx 6pNbJgSfUZ99+BjKGRVS7oiHZyBaK/aXNR2FrLa9Nb/hPbTgF8m6kpBdQzr2C/VnmfOf +VfbgWp7HgXseBE9hkA1c3vmTQzrW+VywqMqo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=oOTxiYrJ2j4N4SIqJg29wvxm1y/TH2+9DyXWql5Xxo98BEUpxaXf7cKZeszokkLbwD Qgrb+0lfUoIAO9Ups7v25szk0JUlFitSYby03p+UYLMFyOv96JhELJyJLL0ApVo/HECy HCacjxv2lYxsfCqU2OCVzYoVyFX4Gpr+J0KGo= Received: by 10.65.214.19 with SMTP id r19mr6038082qbq.90.1216718711323; Tue, 22 Jul 2008 02:25:11 -0700 (PDT) Received: from 207-177-41-213.getmyip.com ( [213.41.177.207]) by mx.google.com with ESMTPS id k30sm7970374qba.4.2008.07.22.02.25.08 (version=SSLv3 cipher=RC4-MD5); Tue, 22 Jul 2008 02:25:10 -0700 (PDT) To: Marcus Boerger Date: Tue, 22 Jul 2008 11:23:47 +0200 User-Agent: KMail/1.9.9 Cc: "internals" , Etienne Kneuss References: <200807081549.36758.arnaud.lb@gmail.com> <1657130941.20080719175740@marcus-boerger.de> <200807200520.31258.arnaud.lb@gmail.com> In-Reply-To: <200807200520.31258.arnaud.lb@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200807221123.47349.arnaud.lb@gmail.com> Subject: Re: [PHP-DEV] [PATCH] RecursiveTreeIterator implementation From: arnaud.lb@gmail.com ("Arnaud Le Blanc") Hello, > > Care to look into the MultipleIterator next? > That's done, for 5_3 [1] and HEAD [2]. And a test [3][4] covering mostly all the cases. [1] http://arnaud.lb.s3.amazonaws.com/MultipleIterator_5_3.patch [2] http://arnaud.lb.s3.amazonaws.com/MultipleIterator_HEAD.patch [3] http://arnaud.lb.s3.amazonaws.com/multiple_iterator_001_5_3.phpt [4] http://arnaud.lb.s3.amazonaws.com/multiple_iterator_001_HEAD.phpt Regards, Arnaud