Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74475 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73059 invoked from network); 26 May 2014 06:25:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 May 2014 06:25:40 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.176 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.160.176 mail-yk0-f176.google.com Received: from [209.85.160.176] ([209.85.160.176:47888] helo=mail-yk0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 99/31-60353-36ED2835 for ; Mon, 26 May 2014 02:25:39 -0400 Received: by mail-yk0-f176.google.com with SMTP id q9so5786501ykb.7 for ; Sun, 25 May 2014 23:25:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=yMyzxEwtFoy3vV6frQRM+/D/4Z0SCT/G4Fu0Tj/YztU=; b=PCzKV/L4G/AOaYR/VY00ZAjoJjJ61AObnWNS3Ug91ZRlAibUacAvrZ9a80RGKeRvnT /PkpJ6K7fMyMEU8k4m5FuT8iW5mVwjpAegmfNq93zEhvmsBJLkvvB6vc2kjI9H1np0iU hZngMvfL3wGlJPOcUDYg8i+w465XDVKxx9rIc31DdfYxVfB2CP72PV8lo2iBUTgR/xXQ HjVVxQw8U45tz87AlZQWWGdsrrE73bvjZiHcaqxCduCiy3YxbAg3Zp3Z+AtGfLPiYqMz Dod+oXflpHOUuQ5o9fliOdNKyWkagD8VK4L0saot1FHb0gIE9g/xNZnuCAG3ffsXbhgw Q/wg== MIME-Version: 1.0 X-Received: by 10.236.147.232 with SMTP id t68mr461765yhj.127.1401085536339; Sun, 25 May 2014 23:25:36 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.170.191.69 with HTTP; Sun, 25 May 2014 23:25:36 -0700 (PDT) In-Reply-To: References: Date: Mon, 26 May 2014 08:25:36 +0200 X-Google-Sender-Auth: hUUCrHgr4u170bi-ieXks1TIjT4 Message-ID: To: Dmitry Stogov Cc: Xinchen Hui , PHP Internals , Bob Weinand , Stas Malyshev , Zeev Suraski , Andi Gutmans , Nikita Popov Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [RFC] Fast Parameter Parsing API From: mike@php.net (Michael Wallner) Hey Dmitry! On 26 May 2014 07:39, Dmitry Stogov wrote: > I would be glad to see proposals from Hannes and Johannes, but we also need > to move phpng forward, and I wouldn't like to spend on this too much time. > > Our proposal is mainly about speed (as well as the main phpng goal). > We identified yet another bottleneck and eliminated it. > Changes in readability and compile-time type checking are side effects of > implementation. Oh well... while I pretty much appreciate the efforts put into phpng, Zend isn't all too popular for designing usable APIs... because it often happens in a rush. Let me recall you that this list is often about politics nowadays, and from a political POV this statement just costed 20% of yay-votes. -- Regards, Mike