Newsgroups: php.internals,php.internals Path: news.php.net Xref: news.php.net php.internals:38274 php.internals:38275 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17433 invoked from network); 16 Jun 2008 10:28:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2008 10:28:56 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.174 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.92.174 ug-out-1314.google.com Received: from [66.249.92.174] ([66.249.92.174:54465] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/13-06776-76046584 for ; Mon, 16 Jun 2008 06:28:55 -0400 Received: by ug-out-1314.google.com with SMTP id h3so350982ugf.29 for ; Mon, 16 Jun 2008 03:28:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:mime-version:content-type:content-transfer-encoding :content-disposition; bh=P4JXT6QeQUbhFEOfCF10yy1ciTFCohJ3/ba9V548LMo=; b=gA05q59gODehYe6WFRQL7OhOkEUfeGw52kDGgsodBjSbR2bM/ewH8zAorhvJCIa2T2 bYoE6bF/k7cchM+ybyveUKvPMjSzmdQKTdnW4w054OiV44IXrdp/uF8qJtE3cV7G1fxD UuFZaTedctjFt5xqPINSlnfUsXPqwxqyv7eS0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type :content-transfer-encoding:content-disposition; b=hK0IWxwqL+GrVu8QSa6Pox4qKySJz5DVdBk0MaDchFQraosxHScdPssEiX7qtJTx3F 4mSx8zD/kcYdZGNd5Rrs7AqsOXi6k+/fTtoK2k3ywNOuuYRy5yu8cPC5mfqQY7uUZfQ3 aiOwQG/X0YkhZ+aEsmAp4HYb2KtrzIsFG7gRU= Received: by 10.66.233.10 with SMTP id f10mr5605126ugh.17.1213612131773; Mon, 16 Jun 2008 03:28:51 -0700 (PDT) Received: by 10.66.245.3 with HTTP; Mon, 16 Jun 2008 03:28:24 -0700 (PDT) Message-ID: Date: Mon, 16 Jun 2008 12:28:24 +0200 To: "PHP internals" Cc: "Etienne Kneuss" , "Marcus Boerger" , "Antony Dovgal" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: FastArray, great addition From: pierre.php@gmail.com ("Pierre Joye") hi all, As you noticed already PHP finally got simple C-like array, thanks to Etienne and Tony for their great work! My only wish is to actually respect the informal decision we took a while back, to do not use "fast", "improved", "better" or similar wording in function or extension names. What's about naming it CArray or something similar? To reflect what it is, it is not a fast(er) hash table like our current array, it is a C-like array. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org