Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44733 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51504 invoked from network); 7 Jul 2009 05:49:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jul 2009 05:49:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.224 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 209.85.220.224 mail-fx0-f224.google.com Received: from [209.85.220.224] ([209.85.220.224:53965] helo=mail-fx0-f224.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B6/6A-32019-3E1E25A4 for ; Tue, 07 Jul 2009 01:49:24 -0400 Received: by fxm24 with SMTP id 24so4673927fxm.23 for ; Mon, 06 Jul 2009 22:49:20 -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=1veOvpCct3UwJMQ3ErxM7FFvXWRdmjBIWM6uRz6kMYw=; b=E3eMmxIRXtvyZxWPZFUxQVodTlfeN30L0qJVmcd+ONBxyYQ1ubknsPX8GtN1fyfDu/ U0KtGOlIlArD3daRodtkX6m9iAuFb9/lbcLDP/F31l8n+MBOqf2XdBSrGt7dnuzEZQ0j nTXx8V3uVDG/KFzdvEJ+jWHQq9JZB3IH1a41A= 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=srQoefIU9Vk1npMb9HD9dxqPb7JHIOPgGlAyQlORW1ii+OugIT4FwOAh8gkgJYGpqK PI2SHttkheFaz+/X5Zi5FVzpBMTm2+zoWPel/vDaGVLokVg5LgZ85Zyu2pQGjaWToCZH IntlRFmgvZJ0hbSNLA6dYUfgE6cGDMJtSJq4M= MIME-Version: 1.0 Received: by 10.204.102.14 with SMTP id e14mr5347639bko.209.1246945759834; Mon, 06 Jul 2009 22:49:19 -0700 (PDT) In-Reply-To: <2D0F5226-EBCA-4B45-BF01-8ED1C643976C@prohost.org> References: <2D0F5226-EBCA-4B45-BF01-8ED1C643976C@prohost.org> Date: Tue, 7 Jul 2009 09:49:19 +0400 Message-ID: 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: indeyets@gmail.com (Alexey Zakhlestin) On Tue, Jul 7, 2009 at 4:52 AM, 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. +1 -- Alexey Zakhlestin http://www.milkfarmsoft.com/