Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76914 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89292 invoked from network); 28 Aug 2014 04:05:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Aug 2014 04:05:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=tjerk.meesters@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tjerk.meesters@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.46 as permitted sender) X-PHP-List-Original-Sender: tjerk.meesters@gmail.com X-Host-Fingerprint: 209.85.220.46 mail-pa0-f46.google.com Received: from [209.85.220.46] ([209.85.220.46:41022] helo=mail-pa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DD/AA-19261-C8AAEF35 for ; Thu, 28 Aug 2014 00:05:33 -0400 Received: by mail-pa0-f46.google.com with SMTP id eu11so813412pac.33 for ; Wed, 27 Aug 2014 21:05:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=pTn1oOziaFzl+KRXod0YQMjDfV0vvDEZZbI+O6RtIQM=; b=NN4qkuoEfCK3zQ3czhW8qsXsV1C+jiZtjuhAKKjulNiIDssk6YasP50Vw3jLo7Q5f5 lykM5hnuUMErYAcUWJRGAb8fnaVfsVDFiHBCqUn9a2CiCX6T79tEuWPfB3xzT2IHNZzH tlsPC+51cjr3RwnoFMGa3aK4Z+qP5ayogZ5wfNMqmRGzQCMLeF9XAHaecFLvfRnYA5Yl blxWYKszErQC6bMMNTCSll7XgOxeZEMKnYSuaPF3D4CydsTBLrU5fLqaPmO3QKLeDv5k fhKuRAuzXxTbfWBw/fA1trs6QsKVzk+oX1aSriZ1dKTRs10FVf2+RcdRO7bR2/7jM8m6 gNEA== X-Received: by 10.70.102.41 with SMTP id fl9mr564952pdb.136.1409198729812; Wed, 27 Aug 2014 21:05:29 -0700 (PDT) Received: from [192.168.1.102] (bb121-7-198-24.singnet.com.sg. [121.7.198.24]) by mx.google.com with ESMTPSA id fk5sm2029412pbc.53.2014.08.27.21.05.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Aug 2014 21:05:28 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Message-ID: Date: Thu, 28 Aug 2014 12:05:24 +0800 To: PHP Internals Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) Subject: Re: Fast Parameter Parsing API From: tjerk.meesters@gmail.com (Tjerk Meesters) Hi all, Now that we=92re slowly settling into the new big changes that were = recently pushed into master, perhaps it=92s a good time to review the = Fast_ZPP proposal and put it to a vote.=20 It=92s already present in functions that are deemed to benefit most from = this optimisation, which is what it was meant for anyway. The RFC mentions this as well (in friendly bolded text), but it=92s = worth mentioning again that this is NOT a replacement for ZPP; if you = don=92t want to use this new API, you can always use Johannes=92 plugin = for clang to still get warnings about type mismatches. Best, Tjerk (@datibbaw)=