Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11413 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48480 invoked by uid 1010); 21 Jul 2004 08:59:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 48415 invoked from network); 21 Jul 2004 08:59:34 -0000 Received: from unknown (HELO ipx11223.ipxserver.de) (212.112.227.169) by pb1.pair.com with SMTP; 21 Jul 2004 08:59:34 -0000 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 176FB2E8117; Wed, 21 Jul 2004 10:59:34 +0200 (CEST) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (ipx11223 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32217-01; Wed, 21 Jul 2004 10:59:31 +0200 (CEST) Received: from [192.168.0.77] (port-212-202-40-135.dynamic.qsc.de [212.202.40.135]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ipx11223.ipxserver.de (Postfix) with ESMTP id 147992E8109; Wed, 21 Jul 2004 10:59:31 +0200 (CEST) Message-ID: <40FE306F.3040401@php.net> Date: Wed, 21 Jul 2004 10:59:27 +0200 Organization: php.net User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrey Hristov Cc: Cristiano Duarte , internals@lists.php.net References: <20040720192358.26985.qmail@pb1.pair.com> <40FE3918.1000804@hristov.com> In-Reply-To: <40FE3918.1000804@hristov.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: [PHP-DEV] array_intersect_key From: lsmith@php.net (Lukas Smith) Andrey Hristov wrote: > is "make test" showing problems? (i am just currious). > I will try to review the patch later today (atm i am sick). Which also reminds me that we still dont have a function to merge a multi dimensional array without messing with the array structures (which array_merge_recursive() does if it finds any overlap). http://bugs.php.net/bug.php?id=6911 regards, Lukas Smith