Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93735 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44328 invoked from network); 3 Jun 2016 01:41:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2016 01:41:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.214.54 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.214.54 mail-it0-f54.google.com Received: from [209.85.214.54] ([209.85.214.54:34728] helo=mail-it0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/52-24756-530E0575 for ; Thu, 02 Jun 2016 21:41:10 -0400 Received: by mail-it0-f54.google.com with SMTP id n126so3502337itd.1 for ; Thu, 02 Jun 2016 18:41:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-transfer-encoding; bh=Jgvx5xFjFZ4LpoUEaM6yJoeDNtKJp0X8Z9mL5btmNYA=; b=BmNysBPkdTV2GycUU0PTRaoG2Bsh4rGOKthbvLdk5OzrwxjjvxpYdAiDEx4pfN2pDW Wq4hgbDI3/tEBTgnaQommUYUy/Q7xHscKHRbmKlRQHdt/cDsEM10+Wj2eI9dHoeAhxd3 iw3Je5IeTey1PMisfNesVSWWdHYz/hOa1LnAdOfAcLH+1XLinNZhiIHJLZ4NOh7SteWu iDBqQNi/IB9EB2EbPSIaiFGBU3MBwm+8NoZ0r+3KcwRB1UcKFqg91fsZA2LuUvID+OJz +PPlA+p95NvTPCLcmZx+WiH8g6NOo9qTovpdqJW9j9Z6K/JLOfJfqZ5/O4nJ9sZ+7teJ 3FNg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-transfer-encoding; bh=Jgvx5xFjFZ4LpoUEaM6yJoeDNtKJp0X8Z9mL5btmNYA=; b=RZ9EZANXrmOwQwQhc/QYsievV+YMi/dKoptubgm9ZFq5FHeQBKHJa64nUizd0YbnFX KSTCwG8jL8GDaL0GZD1m22KA5M6vOgTchBNyEMBGtfzuGmLe7T6y1DuLwLm3AZm1+RQO C+htyUI53rtuDyFnQ05ueEE4EmW9w8wUGsyT/bFR3xuniqx0oHQEQduKMk9ZnqIzkq22 OEXLfigqvoBR947+aJ+eZxe6kdMhjMNbiXyxj3pWOOgZhPZUNs9fR2L3tIEDs/4d1Omq mfBA9vjrP1s8fa+jQyWjFvbhTAc4gpDogvKcE3K/YOc9cErOu4jtzjL683nmzz3MpTCI fqbg== X-Gm-Message-State: ALyK8tJUavZsIg3BXYJ1ib16DqTx+W/y+ina0JquyB2uVOF+a4Eq6Olcmx+jSxyzFKqOVY9YlEP8eLgdDRxr8A== MIME-Version: 1.0 X-Received: by 10.36.121.202 with SMTP id z193mr6982163itc.9.1464918067216; Thu, 02 Jun 2016 18:41:07 -0700 (PDT) Sender: php@golemon.com Received: by 10.36.9.67 with HTTP; Thu, 2 Jun 2016 18:41:07 -0700 (PDT) X-Originating-IP: [107.198.91.68] In-Reply-To: References: Date: Thu, 2 Jun 2016 18:41:07 -0700 X-Google-Sender-Auth: LzPVeEhsUPe_ZZ8MvAXqAHOXXYQ Message-ID: To: Bob Weinand Cc: internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] [PRE-VOTE] Union types From: pollita@php.net (Sara Golemon) On Thu, Jun 2, 2016 at 4:00 AM, Bob Weinand wrote: > I know, it has been quite some time =E2=80=A6 but it's still well in time= for 7.1. > > Time to move on and put Union types to vote soon. [In the next 1-2 days] > > We have done some changes to the RFC to emphasize the appeal of union typ= es as well as clarified what exactly we will vote on. > > If you have more feedback, it's welcome: https://wiki.php.net/rfc/union_t= ypes > Would it be COMPLETELY antisocial at this point to ask for a secondary vote on this RFC for adding the "num" type which is an alias for (int | float) ? -Sara