Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44812 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98699 invoked from network); 8 Jul 2009 01:36:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jul 2009 01:36:46 -0000 Authentication-Results: pb1.pair.com header.from=wangyi6854@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=wangyi6854@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.200.169 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: wangyi6854@gmail.com X-Host-Fingerprint: 209.85.200.169 wf-out-1314.google.com Received: from [209.85.200.169] ([209.85.200.169:58771] helo=wf-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/20-32367-D28F35A4 for ; Tue, 07 Jul 2009 21:36:45 -0400 Received: by wf-out-1314.google.com with SMTP id 28so1978843wfc.26 for ; Tue, 07 Jul 2009 18:36:42 -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=Cx6uMe9w+AEwBsMnIzlseOt6yYIW5JdgJTVMuoBz6kg=; b=bYw1svyb9dtnX3V66698Yxcl7bGORwZ7BLikW4plrskI+Bu67IHlsOQgiYS9e97VLQ 0ncuFJYjolkWxrBOElaJk23fUJ2r2SiwWxKD4qEXdEZlTooA2QlUnvMoOxHu0iRFRkJy P97oLmR70tMbAv+yp8EFLMoHwbNID4g+VInm4= 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=LRqC6TgxRuJC2P24DZX1PztawTAj91oXnY6B00ewuG+0r6GuRXZDa4Sax7gg75Er+A U+DX3gqyBjSyKLOeJXfSJxCPGQnlpffXJSB0hzHKoUgMvCC+tKNRfjKKRsrb2ded58M5 W+YcNt5+5U4Mn/sOojE+hZwGoNXqaegESCWpg= MIME-Version: 1.0 Received: by 10.142.107.5 with SMTP id f5mr2127394wfc.250.1247016623285; Tue, 07 Jul 2009 18:30:23 -0700 (PDT) In-Reply-To: <2D0F5226-EBCA-4B45-BF01-8ED1C643976C@prohost.org> References: <2D0F5226-EBCA-4B45-BF01-8ED1C643976C@prohost.org> Date: Wed, 8 Jul 2009 09:30:23 +0800 Message-ID: <5ea5cca50907071830s238085f9y69abf6716bdff7ce@mail.gmail.com> To: Ilia Alshanetsky Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Type hinting/casting request for vote From: wangyi6854@gmail.com (Yi Wang) On Tue, Jul 7, 2009 at 08:52, Ilia Alshanetsky wrote: > Last week or so there was a fairly detailed discussion on the internals list > regarding type hinting based on my original patch. Since then the patch has > been revised to address the major concerns that were identified (breakage of > binary compatibility) as well extended with additional functionality (object > hint, type casting, reflection support, etc...). > > The final patch is available here: http://ilia.ws/patch/type_hint_53_v2.txt > The test suit is available here: http://ia.gd/patch/type_hint_tests.tar.bz2 > > 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 > result we can determine how to proceed further. > > Ilia > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > +1 -- Regards, Wang Yi