Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11439 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78956 invoked by uid 1010); 21 Jul 2004 18:11:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 78403 invoked from network); 21 Jul 2004 18:11:32 -0000 Received: from unknown (HELO iko.gotobg.net) (80.168.8.116) by pb1.pair.com with SMTP; 21 Jul 2004 18:11:32 -0000 Received: from pd95e98cf.dip.t-dialin.net ([217.94.152.207] helo=[192.168.0.32]) by iko.gotobg.net with asmtp (Exim 4.34) id 1BnLZ2-0003TI-Fr for internals@lists.php.net; Wed, 21 Jul 2004 21:11:36 +0300 Message-ID: <40FECD38.30105@hristov.com> Date: Wed, 21 Jul 2004 20:08:24 +0000 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a2) Gecko/20040627 X-Accept-Language: en-us, en MIME-Version: 1.0 CC: internals@lists.php.net References: <20040720192358.26985.qmail@pb1.pair.com> <40FE3918.1000804@hristov.com> <20040721170125.54624.qmail@pb1.pair.com> <40FEBF1C.5040409@hristov.com> <20040721173328.4861.qmail@pb1.pair.com> In-Reply-To: <20040721173328.4861.qmail@pb1.pair.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - iko.gotobg.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - hristov.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] array_intersect_key From: php@hristov.com (Andrey Hristov) Well, i think I have found a buggie (not related to these functions and I want to investigate it). Thus I will delay the commit. Cristiano Duarte wrote: > Andrey Hristov wrote: > > >> Hallo Cristiano, >>these 2 function will be added to HEAD in few minutes. I see that the >>patch is kind of trivial and won't hurt anything :) (INTERSECT_KEY >>is just INTERSECT_ASSOC but no data comparison performed). >>I will add also array_diff_key() and array_diff_ukey() > > I have added these already. :-) I see :) andrey