Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9854 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28656 invoked by uid 1010); 14 May 2004 14:53:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 28613 invoked from network); 14 May 2004 14:53:44 -0000 Received: from unknown (HELO pochacco.sd.dreamhost.com) (66.33.206.17) by pb1.pair.com with SMTP; 14 May 2004 14:53:44 -0000 Received: from webmail.hozn.net (localhost [127.0.0.1]) by pochacco.sd.dreamhost.com (Postfix) with SMTP id 15E908FF0A for ; Fri, 14 May 2004 07:53:44 -0700 (PDT) Received: from 206.112.93.146 (SquirrelMail authenticated user hlellelid@hozn.net) by webmail.hozn.net with HTTP; Fri, 14 May 2004 10:53:44 -0400 (EDT) Message-ID: <52459.206.112.93.146.1084546424.spork@webmail.hozn.net> Date: Fri, 14 May 2004 10:53:44 -0400 (EDT) To: internals@lists.php.net User-Agent: DreamHost Webmail MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Type hints resolution? From: hans@velum.net ("Hans Lellelid") Hi, I just wanted to find out what the final resolution was on the typehints discussion for RC3. I know that I (& others) will be sad to see typehints disappear for optional parameters, but it seemed like there was a lot of support for this from others on the list. I didn't get a clear sense of "majority" one way or another, but it sounded like Andi said that for PHP5RC3 there would be no more typehints + null allowed. I just want to know if I should start stripping out typehints from optional params in preparation for RC3. Thanks, Hans