Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54495 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12077 invoked from network); 10 Aug 2011 19:05:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2011 19:05:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=sebastian.krebs.berlin@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=sebastian.krebs.berlin@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.161.42 as permitted sender) X-PHP-List-Original-Sender: sebastian.krebs.berlin@googlemail.com X-Host-Fingerprint: 209.85.161.42 mail-fx0-f42.google.com Received: from [209.85.161.42] ([209.85.161.42:39782] helo=mail-fx0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/31-00852-466D24E4 for ; Wed, 10 Aug 2011 15:05:09 -0400 Received: by fxe23 with SMTP id 23so1271190fxe.29 for ; Wed, 10 Aug 2011 12:05:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=/PwHFOKpuf/iq9jxukvppRVsOQWClSh5dEAqOtq+5Sg=; b=uK6MCEoOb3DTcPLCbc8zOz5NoGJlwCWJvY8VlQbDMWA8NrGM7gTlGa7Hz3U7r+wcQI 8pA5yQwOIYk9CCVV5VfltZTXsIbmaGgd4PQefjMxkf7I2BC7PIWE/SvLBnlaibFq2w7k wiB4ABin6889TKXX1aZMTjVYMEGRJo7QMQhhA= Received: by 10.204.156.91 with SMTP id v27mr1467863bkw.293.1313003105876; Wed, 10 Aug 2011 12:05:05 -0700 (PDT) Received: from [192.168.24.2] (91-64-205-130-dynip.superkabel.de [91.64.205.130]) by mx.google.com with ESMTPS id y8sm310765bks.54.2011.08.10.12.05.05 (version=SSLv3 cipher=OTHER); Wed, 10 Aug 2011 12:05:05 -0700 (PDT) Message-ID: <4E42D660.80906@googlemail.com> Date: Wed, 10 Aug 2011 21:05:04 +0200 Reply-To: sebastian.krebs.berlin@googlemail.com User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11 MIME-Version: 1.0 To: PHP internals list Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Property get/set syntax From: sebastian.krebs.berlin@googlemail.com (Sebastian Krebs) Hi, From time to time I'm looking over the existing RFCs and I'm wondering what happens to them. For example "Property get/set syntax" [1]. As far as I can see its already accepted for PHP6 [2], but now it seems to be orphaned. In my opinion it is a very nice enhancement, that helps to get rid of the Getter/Setter-mess. Are there any plans? Bye, Sebastian [1] https://wiki.php.net/rfc/propertygetsetsyntax [2] https://wiki.php.net/todo/php60