Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62332 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26828 invoked from network); 21 Aug 2012 03:00:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Aug 2012 03:00:13 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:63144] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/77-28202-8B9F2305 for ; Mon, 20 Aug 2012 23:00:12 -0400 Received: by lbbgp3 with SMTP id gp3so3777811lbb.29 for ; Mon, 20 Aug 2012 20:00:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ZSYqEESuYdG4mS5DZC+CvaUKeItBcmrtw5fEiGaEYZg=; b=vcnfsOOJM+R9ykYtnKkEkRXLY3hTgRwb+asIaPkHeLjekuWktbrZFXthkl0k0zr8Jw SFk2cTaWOBzbQpaoWx3T75OQ09670Rf/gwf6ufNBGfI7TQG9hZiwPjDbNIJC+wcE7xBU XBuC/98jyVc3lYMdTq1jQw+ufS/a0MiPe5eQDnEX7TRizHwq7jDbd3lagFmnyPmXrHOg R0DYx6bGALQ5XG2zU6LdnfQfqMun2HOFc/XUQ+UL8ltskOYYnqchiPxb/aDYmjFveT9l oY3QPRUvRR/7tOdbzgMkrKJe8Sy5n18MmOF5E9H475VkMGWroHL8JUQvjfT4P6g2y6KE ob2g== MIME-Version: 1.0 Received: by 10.152.108.144 with SMTP id hk16mr15805957lab.2.1345518001254; Mon, 20 Aug 2012 20:00:01 -0700 (PDT) Received: by 10.112.89.174 with HTTP; Mon, 20 Aug 2012 20:00:01 -0700 (PDT) In-Reply-To: References: <502EB667.1020602@lerdorf.com> Date: Mon, 20 Aug 2012 21:00:01 -0600 Message-ID: To: Rasmus Schultz Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] re: removing an item from an array From: morrison.levi@gmail.com (Levi Morrison) On Mon, Aug 20, 2012 at 8:47 PM, Levi Morrison wrote: > On Mon, Aug 20, 2012 at 8:31 PM, Rasmus Schultz wrote: >> Thank you, but this isn't really anything like what I had in mind. >> >> What I had in mind is more like set-semantics for arrays, e.g. designed to >> work with sets of distinct values/objects. >> >> Since I do not have permission to write on the wiki, I posted an initial >> draft here: >> >> https://gist.github.com/321ad9b4b8c4e1713488 >> >> > > I'll update the RFC with your information, Rasmus. Done. I suggest that you start a new emaili thread based on the RFC when you feel the RFC is ready. If you have not already, you should ask for wiki karma (see https://wiki.php.net/rfc/array_delete?do=register).