Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83333 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74196 invoked from network); 20 Feb 2015 17:55:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2015 17:55:22 -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.217.178 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.217.178 mail-lb0-f178.google.com Received: from [209.85.217.178] ([209.85.217.178:45485] helo=mail-lb0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 33/D9-14173-A0577E45 for ; Fri, 20 Feb 2015 12:55:22 -0500 Received: by lbjb6 with SMTP id b6so7688098lbj.12 for ; Fri, 20 Feb 2015 09:55:18 -0800 (PST) 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:date:message-id:subject:from :to:content-type; bh=y5YsqI66YmW7thxT72xAFyeXgo7NTnl8m6Po12cru/o=; b=ZASRjrpXtlTUkJEsoy90SJFt+Usm+MTln+XxcxboCghDqmZVKI2PY1bcgz72Vk8Ft4 fQVGSk8Yf6Og5Nda8Suzl9wiu27YFDjEmdY5Kh8Z1Dvg2Km1t6kwn/OZBl8hpPqOF/Gb TA9fVeSBzKGFRvd6Y+WL1Lt63sbPvCqfnRbeiVqyma3GILfbOBbVeYpTbS6cWwoJweca EWXHUav2HV/9tcjz8wxuRJDXYDG3VaBMA8jXclb0tKrJwFfKOnBK2DgrHvH5mVwwG0hQ Hd3JWlI3Pi+lgggj+yXYtZ0rFfSSsVRB+190TvaDWtTqacTG/0ZKSyeO/tbl4xyJD9/K KlAA== X-Gm-Message-State: ALoCoQmMuwZOVFkxoxyh/as3CRE6lpLfsYcGDaiYqKcypX3/F0OAz/Pjz/jK2xmN4EWWR2Kegl1G MIME-Version: 1.0 X-Received: by 10.152.184.100 with SMTP id et4mr9735777lac.8.1424454918645; Fri, 20 Feb 2015 09:55:18 -0800 (PST) Sender: php@golemon.com Received: by 10.112.38.73 with HTTP; Fri, 20 Feb 2015 09:55:18 -0800 (PST) X-Originating-IP: [2620:10d:c082:1003:22c9:d0ff:fe87:295b] Date: Fri, 20 Feb 2015 09:55:18 -0800 X-Google-Sender-Auth: HeUHgFAApY7pDSTIwiJNOKN57DU Message-ID: To: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: [RFC] Reserve EVEN MORE types for PHP7 From: pollita@php.net (Sara Golemon) Announcing this in its own thread: https://wiki.php.net/rfc/reserve_even_more_types_in_php_7 This RFC acts as an addition to Levi's https://wiki.php.net/rfc/reserve_more_types_in_php_7 by creating a forum for voting on additional types not included in his RFC: resource, object, scalar, mixed, numeric -Sara