Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83332 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72341 invoked from network); 20 Feb 2015 17:53:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2015 17:53:16 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.217.181 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.217.181 mail-lb0-f181.google.com Received: from [209.85.217.181] ([209.85.217.181:36018] helo=mail-lb0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DA/79-14173-B8477E45 for ; Fri, 20 Feb 2015 12:53:16 -0500 Received: by lbvp9 with SMTP id p9so7824234lbv.3 for ; Fri, 20 Feb 2015 09:53:12 -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:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=vmE90YPYDHtWCTlr34tAPANWqJiBCpYDyZQuWpGBpqM=; b=VZYYVmA4iWmBZ0HdrNZIHJYcePZBE8ceVivlaf+x5JhsdqfX9nKMDSOXLp9fgpDna4 YIijYZs4MuasZg477zreHWF0adpLURL6rkRs+g5dAhy8xb3LmVD33KMGbjrrcVHPCVbi YMQw1j+/QCULjPGSbbzmDq65gYwSrtEIvy6VBLaFaxngjtlDp4TlsGlYZ6i0EOl83PzJ sUgvUUNbYMwJxN5ja5mCr8zGaHx1tW8xziEBHL9rNqw3k/x5pBHFiIq6OcGOYXj1C9kx 0WG0DE7yhJT7D4oXUa3q7oQ4LEtJM3aZ1CTCvjT2QKBEhzhr+XKhLRta5T818xMbxpTY s1oQ== X-Gm-Message-State: ALoCoQlhCs4R/8uOqPskvKYHKyVoQg+V+luyxkqts1s5WNE+xLXDemipLiWteBfdX1NRwhZujOmR MIME-Version: 1.0 X-Received: by 10.152.242.132 with SMTP id wq4mr9523033lac.79.1424454792571; Fri, 20 Feb 2015 09:53:12 -0800 (PST) Sender: php@golemon.com Received: by 10.112.38.73 with HTTP; Fri, 20 Feb 2015 09:53:12 -0800 (PST) X-Originating-IP: [2620:10d:c082:1003:22c9:d0ff:fe87:295b] In-Reply-To: References: <04db01d04cc1$d9925770$8cb70650$@php.net> Date: Fri, 20 Feb 2015 09:53:12 -0800 X-Google-Sender-Auth: P_bdjCl_lG30PdT9_JoD9Fa82M4 Message-ID: To: Levi Morrison Cc: Andrey Andreev , francois@php.net, internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Re: [RFC] Reserving More Types in PHP 7 From: pollita@php.net (Sara Golemon) On Fri, Feb 20, 2015 at 8:00 AM, Levi Morrison wrote: >> On Fri, Feb 20, 2015 at 6:01 AM, Fran=C3=A7ois Laupretre wrote: >> Add 'resource', 'object', 'scalar', 'mixed', 'numeric' > > If someone wants to reserve these I will leave them up to another RFC, > as I suspect they are more controversial than what I have proposed. > Done https://wiki.php.net/rfc/reserve_even_more_types_in_php_7 -Sara