Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69268 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29741 invoked from network); 23 Sep 2013 13:35:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Sep 2013 13:35:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.43 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.219.43 mail-oa0-f43.google.com Received: from [209.85.219.43] ([209.85.219.43:37609] helo=mail-oa0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/00-29522-4A340425 for ; Mon, 23 Sep 2013 09:35:32 -0400 Received: by mail-oa0-f43.google.com with SMTP id f4so505378oah.2 for ; Mon, 23 Sep 2013 06:35:27 -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 :content-type; bh=0taZu07jB4VHOsP1lpfj4FODQsi4htMTjkVuhELcCyE=; b=uDzppq+ywAxb4sHJU4DSq7f4nUF1s8/dX9yuetaOcfR3qtQdLy80b5p93cSQB/kSiq GMg3xBEkvWC3LMBzPufQ5KIfuWWo2gVzvqTb4PamCEUDasvlKB3pwKnisyTOCdEShQ/r pUI9YZesRFfoP9PQyPVOeqcOKlJLHmy/DOgnl7rvlevaqJ5LzzTApw2bXmsKEszRDPRp IDb1ezWOytMHbsAWQ2H2w4AacSb5EGld70pSHjaq/frVZGh39vfbwB8y+BRPt/khv0fL FrHP4JSs6lEIQbDFvOuA/ASsqCKtmrCStFyMQa0obm/RwAPXCNbSvBZL63xQMA3bTq9T VElA== MIME-Version: 1.0 X-Received: by 10.60.42.203 with SMTP id q11mr499550oel.54.1379943327263; Mon, 23 Sep 2013 06:35:27 -0700 (PDT) Received: by 10.182.98.8 with HTTP; Mon, 23 Sep 2013 06:35:27 -0700 (PDT) In-Reply-To: References: Date: Mon, 23 Sep 2013 15:35:27 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=001a11c207f0d4f36204e70d1766 Subject: Re: [VOTE] Syntax for variadic functions From: nikita.ppv@gmail.com (Nikita Popov) --001a11c207f0d4f36204e70d1766 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Sep 16, 2013 at 10:21 PM, Nikita Popov wrote: > Hi internals! > > I started the vote on the variadic functions RFC: > > https://wiki.php.net/rfc/variadics#vote > The vote on the variadics RFC ended with 36 votes in favor and one against, as such the RFC is accepted. The finished implementation can be found at https://github.com/php/php-src/pull/421 in case somebody wants to review. Nikita --001a11c207f0d4f36204e70d1766--