Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87011 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65902 invoked from network); 3 Jul 2015 16:23:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jul 2015 16:23:35 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.51 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 74.125.82.51 mail-wg0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:35338] helo=mail-wg0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E8/32-24259-607B6955 for ; Fri, 03 Jul 2015 12:23:34 -0400 Received: by wgjx7 with SMTP id x7so92041958wgj.2 for ; Fri, 03 Jul 2015 09:23:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=JhPWTuLRQjZ1xke2sDDZ5JIotlCGmmN9gkfgJrjPmDA=; b=jHuU5rAgN9Uq8u5MZUD9k76psprJKnCR67puMdpWYj8ujHcW17WiYakF2fRvFRNZ31 oJ4842j4Iolivz8AdCBYEwxroYqwIMR0hcihti30T7IO0iKDIpyNhmvHHJAVpHWIVr2j 5ot74rwb7cDrsRGFh6iGMChKxGJz1qwdN5e03kMIbXK7stW2SuUndQr+cuqRfDsOp1oc X4wK8XRo4Nika3QY2nE06g+SLB1n7W00oIU8i17IPKF8awbv7FM0/F6nAyV2LJmLo/XK wwh47mtV81OuGQymicf28TwfkRT/JciuZveVdCof3vqFh9mIUldJW8nOSUlqsv9CHB/i jfvw== MIME-Version: 1.0 X-Received: by 10.194.184.140 with SMTP id eu12mr21974426wjc.78.1435940611148; Fri, 03 Jul 2015 09:23:31 -0700 (PDT) Received: by 10.27.79.200 with HTTP; Fri, 3 Jul 2015 09:23:31 -0700 (PDT) Date: Fri, 3 Jul 2015 18:23:31 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=047d7bacc2c00bd2b20519fafa66 Subject: [RFC] Additional soft-reservations for PHP 7 From: nikita.ppv@gmail.com (Nikita Popov) --047d7bacc2c00bd2b20519fafa66 Content-Type: text/plain; charset=UTF-8 Hi internals! In a previous thread on the topic [1] I promised to create an RFC for the soft-reservation of 'void', similar to a bunch of other reservations we have done for PHP 7. The RFC also includes 'enum' as an additional independent proposal, as I think this will likely be needed in 7.x. If you have further suggestions for names or keywords that we are likely to need, please point them out. https://wiki.php.net/rfc/additional_soft_reservations_for_php7 Thanks, Nikita [1]: http://markmail.org/message/ovvnz5p2o6q7ebjl --047d7bacc2c00bd2b20519fafa66--