Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86826 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8646 invoked from network); 24 Jun 2015 01:43:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jun 2015 01:43:28 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.53 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.213.53 mail-yh0-f53.google.com Received: from [209.85.213.53] ([209.85.213.53:36756] helo=mail-yh0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9A/61-31425-D3B0A855 for ; Tue, 23 Jun 2015 21:43:25 -0400 Received: by yhan67 with SMTP id n67so11206935yha.3 for ; Tue, 23 Jun 2015 18:43:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=MOvIBPNZKOlTOt2uusaHluIGFWNP0NPU5kigRmWZEho=; b=X6MP5vT2pKAlVaQMCAKvjSfnESiXU0ApD8WAADvOSJVrBHU+8VRAUnnvfgN1H/Xwu8 nc08udMn2PPPfNpB48wx3qdwkv39lET1XPHOhqLCenc14lNlnCsHzcmnCefVOEjh9jd3 hC8X1nNWni3Xo32KYHqvpiqjtWDgdCwBn5J2aPNl2nfmS2rvAUuRFKGc6W/frQWBqLSO 5IUBWTx6dYAY2Tmd21rmV3KRXsn1JVZZzZ80W1sw9MWHgyjQzj3YqshBy/GuPfXyXh8Z /xQ2UBAjfkwrx8+66JQPHNQiJ5+S6N8JnjeOXblDNeKrQC8J6MPHxQFwUb2EHyNIR07A 1EjA== X-Received: by 10.170.185.200 with SMTP id b191mr45051490yke.85.1435110202570; Tue, 23 Jun 2015 18:43:22 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.129.48.129 with HTTP; Tue, 23 Jun 2015 18:42:43 -0700 (PDT) Date: Wed, 24 Jun 2015 10:42:43 +0900 X-Google-Sender-Auth: HqA9LtO_8n6obxGvFrSkSMtQtOI Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a113937bcd6802e051939a162 Subject: Move to Fast ZPP? From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a113937bcd6802e051939a162 Content-Type: text/plain; charset=UTF-8 Hi all, I'm wondering the state of Fast ZPP. https://wiki.php.net/rfc/fast_zpp Last year's Dmirty's commit message say, it should only applied to most used functions due to the state of Fast ZPP. commit 27f38798a1963de1c60aae4ef8a3675138255574 Author: Dmitry Stogov Date: Fri Jul 11 16:32:20 2014 +0400 Fast parameter parsing API This API is experimental. It may be changed or removed. It should be used only for really often used functions. (Keep the original parsing code and wrap usage with #ifndef FAST_ZPP) Are we supposed to convert anything to Fast ZPP now? What about the #ifndef FAST_ZPP? Is this required now? BTW, if we are supposed to use only Fast ZPP, https://github.com/php/php-src/blob/master/README.PARAMETER_PARSING_API should be updated. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a113937bcd6802e051939a162--