Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17521 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57011 invoked by uid 1010); 4 Aug 2005 00:02:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 56995 invoked from network); 4 Aug 2005 00:02:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Aug 2005 00:02:59 -0000 X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.4/2.6 Received: from ([212.112.227.169:34190] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 6F/30-04646-33B51F24 for ; Wed, 03 Aug 2005 20:02:59 -0400 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 6A37ADF00A2; Thu, 4 Aug 2005 02:03:16 +0200 (CEST) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (ipx11223 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04165-05; Thu, 4 Aug 2005 02:03:13 +0200 (CEST) Received: from [127.0.0.1] (i3ED6D498.versanet.de [62.214.212.152]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 88AC5DF007C; Thu, 4 Aug 2005 02:03:12 +0200 (CEST) Message-ID: <42F15B26.6060601@php.net> Date: Thu, 04 Aug 2005 02:02:46 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrei Zmievski Cc: Derick Rethans , PHP Developers Mailing List , Jan Borsodi , Raymond Bosman , Frederik Holljen , Tobias Schlitt References: <39FD64FE-3B15-4E66-A4CD-C392B666BD32@gravitonic.com> In-Reply-To: <39FD64FE-3B15-4E66-A4CD-C392B666BD32@gravitonic.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: [PHP-DEV] Property Overloading RFC From: lsmith@php.net (Lukas Smith) I wonder if it wouldnt be enough to be able to force the triggering of __set(), __get() for all properties be enough to deal with your situation? regards, Lukas