Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84750 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65517 invoked from network); 13 Mar 2015 23:53:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Mar 2015 23:53:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:55996] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/9C-34457-F8873055 for ; Fri, 13 Mar 2015 18:53:52 -0500 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 2C81CE202F; Fri, 13 Mar 2015 23:53:48 +0000 (GMT) Date: Fri, 13 Mar 2015 23:53:48 +0000 (GMT) X-X-Sender: derick@whisky.home.derickrethans.nl To: "guilhermeblanco@gmail.com" cc: PHP internals In-Reply-To: Message-ID: References: <325E0097-FD7E-4997-A95D-20C62368E162@zend.com> <55031C54.6060802@eliw.com> <7CE491F0-C243-4788-ADA2-5DA9DF1D1168@php.net> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] [RFC] Basic Scalar Types From: derick@php.net (Derick Rethans) On Fri, 13 Mar 2015, guilhermeblanco@gmail.com wrote: > I really want to understand if we're gonna allow this RFC voting or not. > That's important to reconsider my vote on STH Well, if we look at it the theoretical way, then no, we won't be able to consider this one for PHP 7: - It got announced on the 11th [1] - A minimum of two weeks required for discussion [2] - RFCs can only be submitted for voting before Mar 15th [3] - [1] https://wiki.php.net/rfc/basic_scalar_types - [2] https://wiki.php.net/rfc/voting#discussion_period - [3] https://wiki.php.net/rfc/php7timeline#proposal cheers, Derick