Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44735 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62158 invoked from network); 7 Jul 2009 06:43:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jul 2009 06:43:53 -0000 Authentication-Results: pb1.pair.com header.from=matthewfonda@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=matthewfonda@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.206 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: matthewfonda@gmail.com X-Host-Fingerprint: 209.85.218.206 mail-bw0-f206.google.com Received: from [209.85.218.206] ([209.85.218.206:51609] helo=mail-bw0-f206.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 55/9C-32019-8AEE25A4 for ; Tue, 07 Jul 2009 02:43:52 -0400 Received: by bwz2 with SMTP id 2so4094709bwz.23 for ; Mon, 06 Jul 2009 23:43:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=+fuIgwQ0tKIlBydJtmrGXd/lLhraXx1VcDQtpMw05Ds=; b=DXBaJMDhvlFKIMbIUOX5JSC8arlepecBTOBlZsSI7yIGt5lmvbDYVesEZwVQlHJnfu PAiLxi6SQd/sQik4ufBOJMp6GUpxBUKROLzWXAVLlNixDMZ/PjmDISIBtKIYWg5iiGTQ bfR/oEMqpR2fQQ1X6TBZwvrTPvpRkLBbhwBKM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=lCteu+9O1FNgb3gCxguFtdL1WNAkhTpoE02xDlTAmm/l3L01YAgqQxEovYUJw6ecdd UYx5BevaxXGy3GSQ605cFysHk0IGzTfdPiWLdAJ4vdLsvofwLkqM+Kc49LCV88P4TYCT mEdgNotbJSRz859PHI1Rh+qYqAZCWQhZx5h6k= MIME-Version: 1.0 Received: by 10.204.55.201 with SMTP id v9mr5472046bkg.54.1246949029219; Mon, 06 Jul 2009 23:43:49 -0700 (PDT) In-Reply-To: <2D0F5226-EBCA-4B45-BF01-8ED1C643976C@prohost.org> References: <2D0F5226-EBCA-4B45-BF01-8ED1C643976C@prohost.org> Date: Mon, 6 Jul 2009 23:43:49 -0700 Message-ID: <1aac0f2d0907062343p216fc166mdf5adac089b354ba@mail.gmail.com> To: Ilia Alshanetsky Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Type hinting/casting request for vote From: matthewfonda@gmail.com (Matthew Fonda) On Monday, July 6, 2009, Ilia Alshanetsky wrote: > Last week or so there was a fairly detailed discussion on the internals l= ist regarding type hinting based on my original patch. Since then the patch= has been revised to address the major concerns that were identified (break= age of binary compatibility) as well extended with additional functionality= (object hint, type casting, reflection support, etc...). +1 Regards, Matthew > > The final patch is available here: http://ilia.ws/patch/type_hint_53_v2.t= xt > The test suit is available here: http://ia.gd/patch/type_hint_tests.tar.b= z2 > > I would like to ask all developers to voice their opinions of whether it = makes sense to add this to 5.3 or to throw it away (either one is fine btw)= . To keep the process simple & flamewar free, please restrict yourself to += /- (1/0), next week monday I'll run a tally of the votes and based on the r= esult we can determine how to proceed further. > > Ilia > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >