Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80820 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73474 invoked from network); 19 Jan 2015 14:25:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jan 2015 14:25:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.46 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.46 mail-qa0-f46.google.com Received: from [209.85.216.46] ([209.85.216.46:59516] helo=mail-qa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3B/55-64889-6F31DB45 for ; Mon, 19 Jan 2015 09:25:59 -0500 Received: by mail-qa0-f46.google.com with SMTP id j7so23915100qaq.5 for ; Mon, 19 Jan 2015 06:25:54 -0800 (PST) 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=aMpdoeqZKqUxjDxTpzzuahWrrK+m4KcFKzGVV0m4cTI=; b=dvx/LVvxZZsU3ehThL+SBkgjkrI3ul4ps1EYO1xdKhah0erX0e5Jbgnwz3HKPrmyRs 3wBYrxhNQFqtwQBx/yX0iLR5YaLC6FdaNRmyeTiazn1Mjdh4UJE2ArHZFBxtORZyaUJV 8qXLsdtndmNmYElJhd144C42uNHmpgAqYIQxlWB0Jv4ncLY+JL/nZu+ZHJuGp6BfKHAO RKPmzTKUa4AF04o72dHWHQVyEjxnhcf7LH0zrBjNLcPgUJcRbcqJXkJdX3BtXmF7DLNo THXHT0pYbFtScd1y4mLYcVjbr2Qm6nx+15BJ0h4/qNnUUwfJUC9e8Pr2ukwfcDsRwmjU brFA== MIME-Version: 1.0 X-Received: by 10.224.89.65 with SMTP id d1mr44765678qam.4.1421677554492; Mon, 19 Jan 2015 06:25:54 -0800 (PST) Received: by 10.140.22.106 with HTTP; Mon, 19 Jan 2015 06:25:54 -0800 (PST) Received: by 10.140.22.106 with HTTP; Mon, 19 Jan 2015 06:25:54 -0800 (PST) In-Reply-To: References: Date: Mon, 19 Jan 2015 21:25:54 +0700 Message-ID: To: Dmitry Stogov Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11c3bb8e9eeb48050d021984 Subject: Re: [PHP-DEV] [RFC] [VOTE] Fast Parameter Parsing API From: pierre.php@gmail.com (Pierre Joye) --001a11c3bb8e9eeb48050d021984 Content-Type: text/plain; charset=UTF-8 On Jan 19, 2015 9:17 PM, "Dmitry Stogov" wrote: > > I'd like to initiate a vote on this RFC: > https://wiki.php.net/rfc/fast_zpp > > > It proposes an additional fast way to parse arguments of internal functions. > > The implementation was included into phpng before merging into php-7, but > we were agree to vote on it when alternative implementation is available, > but nobody interested in alternative implementation now. Well, time and moving target were more a problem than not interested.... > Thanks. Dmitry. --001a11c3bb8e9eeb48050d021984--