Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39547 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42614 invoked from network); 1 Aug 2008 18:15:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Aug 2008 18:15:02 -0000 Authentication-Results: pb1.pair.com header.from=igor.feghali@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=igor.feghali@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.173 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: igor.feghali@gmail.com X-Host-Fingerprint: 66.249.92.173 ug-out-1314.google.com Received: from [66.249.92.173] ([66.249.92.173:61758] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0C/04-39007-2A253984 for ; Fri, 01 Aug 2008 14:15:00 -0400 Received: by ug-out-1314.google.com with SMTP id h3so501362ugf.29 for ; Fri, 01 Aug 2008 11:14:56 -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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=RDIXpwaBS/lXP20U5tvX1zZdzcmSxRCWbdYZ6OeHpI0=; b=JBZOvHpb6j+qxGGnHCVOL1dWKWxnsOvIhuV/onpdbEx8YTvj0E9kbAED2o61uduB7z XiICszaAZXMcK9eonlZzmQxrBcBOvIEyx1yE/SinuE/VomqqJAlXoTzfupfRkj9ij6nz 3hlqWwUio/ua9odyEmrIbniH93wogZoUbUJSQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=DT7VR0AljHAj6JR9v+sQ48VZs0SquNKF3DlJcErdKJFeCFFU6L5AO4jzSr1Gk1+hNu gOXyjDOda1qFeDaunhVlOAHd6AS84Kpzhn4DaNf/1syp4gE/8Wn0Xnf1akqvXkeVwoH8 0n0A8YBq0sQ1j8Ksq1bhF2XH8oge25E+PWMeI= Received: by 10.66.241.13 with SMTP id o13mr4002586ugh.78.1217614494999; Fri, 01 Aug 2008 11:14:54 -0700 (PDT) Received: by 10.67.119.14 with HTTP; Fri, 1 Aug 2008 11:14:54 -0700 (PDT) Message-ID: Date: Fri, 1 Aug 2008 15:14:54 -0300 To: "Stefan Esser" Cc: "PHP Internals List" In-Reply-To: <4890CC7A.6060303@sektioneins.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4890CC7A.6060303@sektioneins.de> Subject: Re: [PHP-DEV] Switch Table Extension for PHP From: igor.feghali@gmail.com ("Igor Feghali") Hello Stefan, On 7/30/08, Stefan Esser wrote: > I am very interested how it performs with YOUR switch statements. And I > am also very interested if its implementation unexpectedly breaks YOUR > switch statements. this is potentially useful for the default parser of PEAR::MDB2_Schema: http://cvs.php.net/viewvc.cgi/pear/MDB2_Schema/MDB2/Schema/Parser.php?view=markup Which tool do you want me to use to measure the performance gain ? regards, Igor.