Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62695 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48750 invoked from network); 2 Sep 2012 22:10:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Sep 2012 22:10:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=theanomaly.is@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=theanomaly.is@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: theanomaly.is@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:63891] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/DA-17065-A49D3405 for ; Sun, 02 Sep 2012 18:10:19 -0400 Received: by lahl5 with SMTP id l5so3280239lah.29 for ; Sun, 02 Sep 2012 15:10:16 -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=QP2NfIQhgmhA1hfhiqemhPi0cV3qBrsA69IlP3PN8vQ=; b=Ms68IrprPIWUtymUiBt+ijsJv278k0NLZ/AhWzX3XVfoBqniqYNsaUozJPM/MgD6v5 bYENt0XFb5l2h2c+YuY+9jfoPoW+7+wV8RWTfjIpd8KZVvD8Mwiz4mnbDp+AmeP/pwBz W8EOVwJ0gepHM74EZkL5Uxvpk8E20QEjUYwKKrtOnft73sVjoWxEstIhchMMitkSdZA0 hbAVc1nWnxhq80kw/G7Rajzwl8NPouGxU8FnAegfwMAS0xwR/REkMBreYs2gn9zcZldm KhiOHSfRKwx2TUS7uW2AQigAbgu/kNq1cFpmawYBQSjIVmD6uYY5pk5EUQEj6sMDoh92 P9uA== MIME-Version: 1.0 Received: by 10.112.86.102 with SMTP id o6mr4563204lbz.113.1346623816022; Sun, 02 Sep 2012 15:10:16 -0700 (PDT) Received: by 10.112.12.178 with HTTP; Sun, 2 Sep 2012 15:10:15 -0700 (PDT) In-Reply-To: References: Date: Sun, 2 Sep 2012 18:10:15 -0400 Message-ID: To: PHP Internals Cc: Adam Richardson Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Question about hashtables implementation From: theanomaly.is@gmail.com (Sherif Ramadan) On Sun, Sep 2, 2012 at 5:27 PM, Adam Richardson wrote: > On Sun, Sep 2, 2012 at 4:41 PM, Sherif Ramadan wrote: >> >> You're right. I don't know what I was thinking when I said linked list. :) > > No problem :) > > You might want to post a quick correction to the thread, as everything > else you said was spot-on, and I'm sure the OP and those who browse > the archives later will benefit from this thread as a resource. > > Adam > > -- > Nephtali: A simple, flexible, fast, and security-focused PHP framework > http://nephtaliproject.com Right, linked list should not be included in that. Oversight on my part.