Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15494 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66505 invoked by uid 1010); 18 Mar 2005 21:19:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 66490 invoked from network); 18 Mar 2005 21:19:47 -0000 Received: from unknown (HELO at.wakwak.com) (127.0.0.1) by localhost with SMTP; 18 Mar 2005 21:19:47 -0000 X-Host-Fingerprint: 211.9.230.193 mgkyb1.nw.wakwak.com FreeBSD 4.6-4.9 Received: from ([211.9.230.193:3998] helo=mgkyb1.nw.wakwak.com) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id E7/00-00382-2F54B324 for ; Fri, 18 Mar 2005 16:19:47 -0500 Received: from vckyb3.nw.wakwak.com (vckyb3.nw.wakwak.com [211.9.231.144]) by mgkyb1.nw.wakwak.com (8.13.3/8.13.3/2005-01-27) with SMTP id j2ILJetN051403; Sat, 19 Mar 2005 06:19:40 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Received: from at.wakwak.com (at.wakwak.com [211.9.230.135]) by vckyb3.nw.wakwak.com (Postfix) with ESMTP id E4DB93FE02; Sat, 19 Mar 2005 06:19:39 +0900 (JST) Received: from [192.168.0.2] (newcycle.as.wakwak.ne.jp [218.225.209.145]) (pbs=jf88da) by at.wakwak.com (8.13.3/8.13.3/2005-01-26) with ESMTP/inet id j2ILJdmj046105; Sat, 19 Mar 2005 06:19:39 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <08cc3b1cbf7b27f89fef30bc28dd1c3f@at.wakwak.com> Content-Transfer-Encoding: 7bit Cc: Alexander Valyalkin , internals@lists.php.net Date: Sat, 19 Mar 2005 06:18:50 +0900 To: Derick Rethans X-Mailer: Apple Mail (2.619.2) Subject: Re: [PHP-DEV] implode() speedup in PHP4 From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) On 2005/03/19, at 6:14, Derick Rethans wrote: > On Sat, 19 Mar 2005, Moriyoshi Koizumi wrote: > >> > $arrays = array(array(), array(), array()); >> var_dump(implode('', $arrays)); >> var_dump($arrays); >> ?> >> >> We already have an optimisation in the 5.x branches. >> I think it is appliable to the 4.3 branch. > > 4.3 is only for bugfixes! It didn't mean that the fix should be in the 4.3. What was it that excited you so much? :) Moriyoshi