Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44821 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62219 invoked from network); 8 Jul 2009 08:42:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jul 2009 08:42:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=svanpoeck@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=svanpoeck@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.210 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: svanpoeck@gmail.com X-Host-Fingerprint: 209.85.219.210 mail-ew0-f210.google.com Received: from [209.85.219.210] ([209.85.219.210:53354] helo=mail-ew0-f210.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 50/A9-10517-50C545A4 for ; Wed, 08 Jul 2009 04:42:45 -0400 Received: by ewy6 with SMTP id 6so375633ewy.23 for ; Wed, 08 Jul 2009 01:42:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=qJFt2dYYwnjkUnVxL/BLvtX6jecJSH7hj7hNNZA7cXo=; b=iav1sYCUjHXyWbPGJhP3Wt6d2um9f/UzlDJ1N+EHcH1tMrLbwML4NuLKzhCi9r9gNe a6wPDeG19OrwQzBIX3gDHLED6/79pvCUOS8PF2Sb69kLzoHDGGG5OTT8HUAR9N1eH+bf NA9mUHTY9kuuC64JAUvMQUwpe8v3ge4MaIZSk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=t86FSS53CI5cIVYT5frIWSGzoR5FrDyFM7hQih27QAnusRzHb9TkwGLZqHIYdDkb/+ 1kCj/9fSR4AkqeJt6qHofrAUWkIHlV4Vqz1hBK/hGJefg3TEMrGwgE/Q/xO1RFKSyw3d zaLqgmsOqaxAHF0Jtw51tkPbFaapmWFdfsoog= Received: by 10.210.113.16 with SMTP id l16mr5581437ebc.75.1247042562288; Wed, 08 Jul 2009 01:42:42 -0700 (PDT) Received: from ?192.168.192.5? (host.90.30.23.62.rev.coltfrance.com [62.23.30.90]) by mx.google.com with ESMTPS id 23sm1026007eya.56.2009.07.08.01.42.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 08 Jul 2009 01:42:41 -0700 (PDT) Message-ID: <4A545BFF.1020606@gmail.com> Date: Wed, 08 Jul 2009 10:42:39 +0200 User-Agent: Thunderbird 2.0.0.22 (X11/20090608) MIME-Version: 1.0 To: Ilia Alshanetsky CC: PHP internals References: <2D0F5226-EBCA-4B45-BF01-8ED1C643976C@prohost.org> In-Reply-To: <2D0F5226-EBCA-4B45-BF01-8ED1C643976C@prohost.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Type hinting/casting request for vote From: svanpoeck@gmail.com (Steven Van Poeck) 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 >
-1 for PHP 5.3 0 for type casting +1 for type enforcing a la "function a(int $param)" Steven