Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49442 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66798 invoked from network); 19 Aug 2010 01:17:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Aug 2010 01:17:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=iamstever@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=iamstever@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iamstever@gmail.com X-Host-Fingerprint: 74.125.83.42 mail-gw0-f42.google.com Received: from [74.125.83.42] ([74.125.83.42:53465] helo=mail-gw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CE/2B-04318-F368C6C4 for ; Wed, 18 Aug 2010 21:17:52 -0400 Received: by gwb19 with SMTP id 19so621283gwb.29 for ; Wed, 18 Aug 2010 18:17:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=yYBvY87Y1cQxrPUjMvetarvJ50lhYxzx40FROhzwpdE=; b=lqFMY8inqnudRDKfMKJk0kX6dh/VEjfBq/GEMkSJjGUK/bqjZSmNykhu2yz/MVqzqI c8qewQTVRDSST4R6UHhJYAjIBLTYq4pZ7suAi9SGy6h37nbf0Yfa6Gc+ict0JJDEnVX2 Z5ldDmoqb+12zvOaluJ/S4tKdI7mbVSilqGMs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=UQEgEEwk7amME8aEo2UhczeWwgSdS+jztRFV4xxrA+NM2E1USeIM/jeGI6G8jIVyT0 GeSiJmatsS4AGnEI1UB97VLAChSCMEfe751fNVjWERWPxKmwTpIbaL4xzYnepgJ1bxvb bIsMoSwWKvIfJfgfBKHophiBNgbnpDlLYWQ/s= MIME-Version: 1.0 Received: by 10.231.174.84 with SMTP id s20mr10227843ibz.94.1282174353136; Wed, 18 Aug 2010 16:32:33 -0700 (PDT) Received: by 10.231.191.131 with HTTP; Wed, 18 Aug 2010 16:32:33 -0700 (PDT) In-Reply-To: References: Date: Wed, 18 Aug 2010 16:32:33 -0700 Message-ID: To: Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Annoucing PHP 5.4 Alpha 1 From: iamstever@gmail.com (steve) > With Traits, interned strings/hash table optimizations, array deref., Can we bring the strings/hash table optimizations to PHP 5.3.x please?