Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44598 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37919 invoked from network); 1 Jul 2009 19:31:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jul 2009 19:31:04 -0000 Authentication-Results: pb1.pair.com header.from=mark@dynom.nl; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mark@dynom.nl; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain dynom.nl does not designate 85.92.132.6 as permitted sender) X-PHP-List-Original-Sender: mark@dynom.nl X-Host-Fingerprint: 85.92.132.6 smtp1.duximus.nl Linux 2.5 (sometimes 2.4) (4) Received: from [85.92.132.6] ([85.92.132.6:40575] helo=smtp1.duximus.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BB/5A-24906-679BB4A4 for ; Wed, 01 Jul 2009 15:31:03 -0400 Received: by smtp1.duximus.nl (Postfix, from userid 501) id 0EC24B025DE; Wed, 1 Jul 2009 21:15:49 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.9 (2007-02-13) on dux03.duximus.nl X-Spam-Level: X-Spam-Status: No, score=-2.5 required=1.8 tests=AWL,BAYES_00 autolearn=ham version=3.1.9 Received: from localhost (dux03.duximus.nl [127.0.0.1]) by smtp1.duximus.nl (Postfix) with ESMTP id A2604B025D4; Wed, 1 Jul 2009 21:15:48 +0200 (CEST) X-Virus-Scanned: amavisd-new at duximus.nl Received: from smtp1.duximus.nl ([127.0.0.1]) by localhost (dux03.duximus.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id T8K8OSIDOWQX; Wed, 1 Jul 2009 21:15:42 +0200 (CEST) Received: from dux05.duximus.nl (unknown [85.92.132.30]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp1.duximus.nl (Postfix) with ESMTP id E0ACFB025C9; Wed, 1 Jul 2009 21:15:42 +0200 (CEST) Received: from localhost ([127.0.0.1] helo=[192.168.0.52]) by dux05.duximus.nl with esmtpa (Exim 4.60) (envelope-from ) id 1MM6Jg-0004WK-Hv; Wed, 01 Jul 2009 22:22:04 +0200 Message-ID: <4A4BB971.9090705@dynom.nl> Date: Wed, 01 Jul 2009 21:30:57 +0200 User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: Ilia Alshanetsky CC: PHP internals References: In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RFC: Type hinting revisited for PHP 5.3 From: mark@dynom.nl (Mark van der Velden) Ilia Alshanetsky wrote: > There has been quite a bit of discussion on this list, IRC, developer > meetings, etc... about introduction of type hinting to PHP. > [..] > > My hope is that the latest changes will allow this to become a standard > part of PHP. +1 > [..] - Mark