Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71480 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53882 invoked from network); 24 Jan 2014 06:29:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jan 2014 06:29:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=nek.dev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nek.dev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.178 as permitted sender) X-PHP-List-Original-Sender: nek.dev@gmail.com X-Host-Fingerprint: 209.85.192.178 mail-pd0-f178.google.com Received: from [209.85.192.178] ([209.85.192.178:34130] helo=mail-pd0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6E/D5-39789-34802E25 for ; Fri, 24 Jan 2014 01:29:23 -0500 Received: by mail-pd0-f178.google.com with SMTP id y13so2769278pdi.9 for ; Thu, 23 Jan 2014 22:29:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=L8JRlM7Iq6aDY4QTCGhl6GnNy4xkzP1Gensv293OC7Y=; b=HNLtI7BZ8Kmg/GgBHCX/mu0mcOMbxC3rH5TeXQpayNJTWwaRV7cOBbdT65UR9x2ZWY PrTYGf4K+9DylfaDV/3rh3gARjwj9BKxXLQxdMOrhaOzZfzXLmnJIPdxmlS1XhA/bjzw WcrBqBRdPOfV9gUPLIyVlXRh/vEuXZIfX1kmoiMsbA6aOtdlbkLrr9NOZrDmJ53KSi3g tG0SnyoZxYKa1Z2JmzLzlDVa+uqI9WVfSX/n2ohyzbeDLyYMV9lnhEuVw8uR6T/V8Fxl 7PqMGHtkirkV8fczSQksTZrUjtSY+aQCdXmxY97U+W8xTDZ7V8Yhpgh76Etz5RCKkmHi qJ4A== MIME-Version: 1.0 X-Received: by 10.66.11.202 with SMTP id s10mr12640227pab.86.1390544960966; Thu, 23 Jan 2014 22:29:20 -0800 (PST) Received: by 10.70.57.162 with HTTP; Thu, 23 Jan 2014 22:29:20 -0800 (PST) Received: by 10.70.57.162 with HTTP; Thu, 23 Jan 2014 22:29:20 -0800 (PST) In-Reply-To: References: Date: Fri, 24 Jan 2014 07:29:20 +0100 Message-ID: To: Adam Harvey Cc: internals@lists.php.net, Philip Sturgeon Content-Type: multipart/alternative; boundary=bcaec520f30571580004f0b17a9e Subject: Re: [PHP-DEV][VOTE] "Array Of" v Generics From: nek.dev@gmail.com (Maxime Veber) --bcaec520f30571580004f0b17a9e Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello everybody, I don't know if i can vote still i'm like a ghost here (newbie just reading). But here is my mind. I vote C. Arrays are not objects (too bad ><) so you can't add generics on it (be logic :o). But generics can be a real interresting thing on transversable objects for example. It's also a very good idea to be able to type arrays.... So both: C Have a good day. Maxime. Le 24 janv. 2014 07:15, "Adam Harvey" a =E9crit : > On 24 January 2014 11:20, Philip Sturgeon wrote: > > Can you lot vote A, B, C or D to show your interest? > > > > A) I want Array Of, but not Generics > > B) I want Generics, but not Array Of > > C) I want both > > D) I want neither > > I would vote B, I guess. I want generics and array of, but see array > of as a subset of generic functionality, personally. > > For 5.6, though, I'd vote D. We have plenty of good stuff in 5.6 > already, and I think we're at the point now where I'd rather see > what's in there get stabilised than spending serious effort on rushing > major new features in before the cut off. Additionally, I think this > would be an particularly good candidate for a new major version. (More > on that later.) > > Adam > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --bcaec520f30571580004f0b17a9e--