Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44767 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69506 invoked from network); 7 Jul 2009 14:53:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jul 2009 14:53:20 -0000 Authentication-Results: pb1.pair.com header.from=shadda@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=shadda@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.78.27 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: shadda@gmail.com X-Host-Fingerprint: 74.125.78.27 ey-out-2122.google.com Received: from [74.125.78.27] ([74.125.78.27:35686] helo=ey-out-2122.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/CA-17523-E51635A4 for ; Tue, 07 Jul 2009 10:53:19 -0400 Received: by ey-out-2122.google.com with SMTP id 22so1072235eye.43 for ; Tue, 07 Jul 2009 07:53:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=M9vrcbqIVZHu1YIg6P2msJdFuTALq7b3jGWKbdPNDeE=; b=o9Gh9DcZdmWhzWOgReUfvcoVl5WEeLzI0plnc5aoKTppcfDQyatu6RB474dlcQu1qO JW0+YJbsrVSMh2+z24cL77MBictBDotqcVeHYpq+1yO4D9225P9RwIfAeF55Du25Ihif mtjidDYOaEkAcR5cGs8n22Jzu8wZNSu8ZhsJY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=uH5jwKxoIuUft1VPplHbS/xApVVu01wtvMhcdGvN1uvNfqycbpe4gvYsMfQP/laOhB LnOXDmHY7yHs6RSIegcO28rWDaQN4ZuOMZ0TJrxZ6GWEO74h6s+R9nEw7amF9Jsv/HmC VnU+NVPqWaW9b3XyQ9E/1hkrp0BSa0v9aVVXg= Received: by 10.210.17.2 with SMTP id 2mr6759688ebq.26.1246978395932; Tue, 07 Jul 2009 07:53:15 -0700 (PDT) Received: from mattw-mac.adknowledge.com (nat-216-21-215-250.adknowledge.com [216.21.215.250]) by mx.google.com with ESMTPS id 10sm176680eyd.48.2009.07.07.07.53.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 07 Jul 2009 07:53:14 -0700 (PDT) Cc: PHP internals Message-ID: <0F7A4DCC-D765-4C31-90E7-1217A45FB40C@gmail.com> To: Ilia Alshanetsky In-Reply-To: <2D0F5226-EBCA-4B45-BF01-8ED1C643976C@prohost.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Tue, 7 Jul 2009 09:53:03 -0500 References: <2D0F5226-EBCA-4B45-BF01-8ED1C643976C@prohost.org> X-Mailer: Apple Mail (2.935.3) Subject: Re: [PHP-DEV] Type hinting/casting request for vote From: shadda@gmail.com (Matt Wilson) +1 On Jul 6, 2009, at 7:52 PM, 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 >