Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74465 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10567 invoked from network); 23 May 2014 17:16:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 May 2014 17:16:16 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass 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 209.85.216.176 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.176 mail-qc0-f176.google.com Received: from [209.85.216.176] ([209.85.216.176:45161] helo=mail-qc0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/E7-01753-F528F735 for ; Fri, 23 May 2014 13:16:15 -0400 Received: by mail-qc0-f176.google.com with SMTP id r5so8670682qcx.35 for ; Fri, 23 May 2014 10:16:12 -0700 (PDT) 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=0L4/s0V2TyPZ7AIXMR8QYGH35qs+DjLo2VjmXsSOKVk=; b=LknrcQt8sGWXYtyN7FWdQovShGCyAcAo/j5hUuT4XJjnhxMhmpwERMDFhTpVV6KxDa sPYS8cEudJtFQm34toWHNJB5Gbk2y3nPYAogsNugi+DSMgjArhy26tHApiJgKBoDfFaj dc4CiTOjF1BhsilcNtdojYVdZRWrFD4cPIWMQU4ZtFp5Tf7Fiofd8Io8nIXL8Vp3q8uf a2+QkvLehc9s8h85Qo1VFJVwNwwya+183lBfRxkkHbpPHzQr2sChSjk1WmbWZPIkqP5y w9XVJeVfB7HQbpX3gzZrMn+VJVearzzCI7qrjvaIFC1AS/U/eoCEtYPd+GQccveBqyRQ numg== MIME-Version: 1.0 X-Received: by 10.224.69.130 with SMTP id z2mr8754009qai.87.1400865372888; Fri, 23 May 2014 10:16:12 -0700 (PDT) Received: by 10.140.47.231 with HTTP; Fri, 23 May 2014 10:16:12 -0700 (PDT) Received: by 10.140.47.231 with HTTP; Fri, 23 May 2014 10:16:12 -0700 (PDT) In-Reply-To: References: Date: Fri, 23 May 2014 19:16:12 +0200 Message-ID: To: Hannes Magnusson Cc: Dmitry Stogov , Andi Gutmans , Xinchen Hui , Zeev Suraski , PHP Internals , Stas Malyshev , Nikita Popov , Bob Weinand Content-Type: multipart/alternative; boundary=001a11c2c166ede69c04fa146284 Subject: Re: [PHP-DEV] [RFC] Fast Parameter Parsing API From: pierre.php@gmail.com (Pierre Joye) --001a11c2c166ede69c04fa146284 Content-Type: text/plain; charset=UTF-8 On May 23, 2014 7:02 PM, "Hannes Magnusson" wrote: > > On Fri, May 23, 2014 at 4:36 AM, Dmitry Stogov wrote: > > Please take a look at https://wiki.php.net/rfc/fast_zpp > > > That.. Doesn't feel good. > > Also, isn't it time to merge arginfo with zpp? > It seems very odd that these are two completely separate things we > need to maintain, and causes a lot of issues and weird things. I think so too. Maybe we can optimize it as well in a way to make parameters mgt inside a function better and faster too. --001a11c2c166ede69c04fa146284--