Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39059 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30323 invoked from network); 17 Jul 2008 16:57:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jul 2008 16:57:21 -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 74.125.44.30 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: 74.125.44.30 yx-out-2324.google.com Received: from [74.125.44.30] ([74.125.44.30:54856] helo=yx-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/EA-08057-0F97F784 for ; Thu, 17 Jul 2008 12:57:21 -0400 Received: by yx-out-2324.google.com with SMTP id 3so246yxj.83 for ; Thu, 17 Jul 2008 09:57:18 -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=D6mHOyzK1EbcGggKtvYKO6LIe9Mt2BMPT50xmX/oPAQ=; b=faOnz2YJN7BakrECZifH/i79XrB0qgMiGRP2rkprH2Fa4ceirDu4tRNaeU28tPV8tn 2bGbu1DkfRBhVOoogS1lr8oPBaIihnvqEWXxyexr5np/gg4Zjrb3QW1plheW8vQXbphm oZw4OTLWfb+u9FFS7fD3XDFYbW08pM94/KhLU= 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=MdzVhAxcuWGjUjKP3IV83MS0SahsKqTwEY1YXmicOApohaHeKutLHhUW0eydy6oPqT Q+ihq9NAOEwff1D30ZE8qTyrtDaqPWrxNeUQBVDqa/PShPRJWrpBuEzgFOOaA3ek/J0k m491qFktymW+wgKNJ6LLCwwooFjPDOEXU8vTk= Received: by 10.103.137.5 with SMTP id p5mr2096818mun.114.1216313837036; Thu, 17 Jul 2008 09:57:17 -0700 (PDT) Received: from 207-177-41-213.getmyip.com ( [213.41.177.207]) by mx.google.com with ESMTPS id u26sm6203623mug.4.2008.07.17.09.57.15 (version=SSLv3 cipher=RC4-MD5); Thu, 17 Jul 2008 09:57:16 -0700 (PDT) To: Marcus Boerger Date: Thu, 17 Jul 2008 18:55:50 +0200 User-Agent: KMail/1.9.9 Cc: "internals" References: <200807081549.36758.arnaud.lb@gmail.com> <200807161747.21087.arnaud.lb@gmail.com> <563297660.20080717092450@marcus-boerger.de> In-Reply-To: <563297660.20080717092450@marcus-boerger.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200807171855.50507.arnaud.lb@gmail.com> Subject: Re: [PHP-DEV] [PATCH] RecursiveTreeIterator implementation From: arnaud.lb@gmail.com ("Arnaud Le Blanc") Hello, Ok, that's why I said that I didn't know what to do with these conversions. At now I just left the E_NOTICE errors. Regards > Hello Arnaud, > > I will commit it afte I have reviewed and changed it a bit. Right now you > ignore conversoin errors. I'll change this to throw exceptions to be inline > with other code. However I am in Tel Aviv right now for a company work > meeting, so I have little time this week. > > marcus > > Wednesday, July 16, 2008, 5:47:20 PM, you wrote: > > > On Wednesday 09 July 2008 20:06:14 Marcus Boerger wrote: > >> Hello Arnaud, > >> > >> if you can provicde the same for HEAD then I'll submit it. And if you're > >> fast enough we might even get it into 5.3.0 :-) Johannes, Lukas, how > >> much time does he have? > >> > >> marcus > >> > > > Hi, > > > I would like to add a method to allow to change the prefix strings, but are > > there any chances for this patch to be commited into 5.3 ? > > > Regards, > > > Arnaud > > > > > Best regards, > Marcus > >