Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20268 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49592 invoked by uid 1010); 23 Nov 2005 16:40:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 49577 invoked from network); 23 Nov 2005 16:40:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Nov 2005 16:40:29 -0000 X-Host-Fingerprint: 195.141.85.117 uf1.search.ch Linux 2.4/2.6 Received: from ([195.141.85.117:40744] helo=verksam.search.ch) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 95/67-11378-D7B94834 for ; Wed, 23 Nov 2005 11:40:29 -0500 Received: from localhost (localhost [127.0.0.1]) by verksam.search.ch (Postfix) with ESMTP id 2CB163A043D for ; Wed, 23 Nov 2005 17:40:25 +0100 (CET) Received: from unknown by localhost (amavisd-new, unix socket) id client-XXRChN01 for ; Wed, 23 Nov 2005 17:40:24 +0100 (CET) Received: by verksam.search.ch (Postfix, from userid 65534) id 5F7463A040D; Wed, 23 Nov 2005 17:40:24 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on verksam.search.ch X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 Received: from [192.168.1.72] (ultrafilter-i [192.168.85.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by verksam.search.ch (Postfix) with ESMTP id 30AC53A8118 for ; Wed, 23 Nov 2005 17:40:23 +0100 (CET) Message-ID: <43849B76.7080406@cschneid.com> Date: Wed, 23 Nov 2005 17:40:22 +0100 User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050715) X-Accept-Language: en-us, en MIME-Version: 1.0 To: PHP Developers Mailing List References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at search.ch Subject: Re: PDM Meeting Notes From: cschneid@cschneid.com (Christian Schneider) Derick Rethans wrote: > discussing the things we want to do for PHP 6. Partly because of the The whole list of decisions is very reasonable, congratulations! My only gripe is about the removal of curly braces for string offsets: I very much like the way you undeprecated var ('As there is no real reason why we should remove it, we agreed on simply making "var" an alias to "public" and removing the warning"') and I think curly braces for string offsets should be treated the same way. As far as named parameters go: I can live with the decision as we use our own patch for that anyway ;-) - Chris