Re: [PHP-DEV] [RFC] Additional soft-reservations for PHP 7

2015-07-04 Thread Nikita Popov
On Sat, Jul 4, 2015 at 9:31 AM, Trevor Suarez wrote: > > On Fri, Jul 3, 2015 at 12:24 PM Nikita Popov wrote: > >> 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

Re: [PHP-DEV] [RFC] Additional soft-reservations for PHP 7

2015-07-04 Thread Trevor Suarez
On Fri, Jul 3, 2015 at 12:24 PM Nikita Popov wrote: > 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 > indepe

[PHP-DEV] [RFC] Additional soft-reservations for PHP 7

2015-07-03 Thread Nikita Popov
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