Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19366 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37068 invoked by uid 1010); 4 Oct 2005 08:00:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 37053 invoked from network); 4 Oct 2005 08:00:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Oct 2005 08:00:15 -0000 X-Host-Fingerprint: 80.219.12.45 80-219-12-45.dclient.hispeed.ch Received: from ([80.219.12.45:20115] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id E6/AC-54476-E8632434 for ; Tue, 04 Oct 2005 04:00:14 -0400 To: internals@lists.php.net,Derick Rethans Message-ID: <4342371E.8040604@cschneid.com> Date: Tue, 04 Oct 2005 10:02:38 +0200 User-Agent: Mozilla Thunderbird 1.0 (X11/20041207) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <43413474.90802@cschneid.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 80.219.12.45 Subject: Re: [PHP-DEV] Re: $ref =& $this; From: cschneid@cschneid.com (Christian Schneider) Derick Rethans wrote: > Yes, but thinking that PHP 4 "OO" code runs on PHP 5 is an illusion > anyway. No, it's not. What are you talking about? We've been happily using PHP4 with OOP for years. That's basic OO like encapsulating data and inheritance to extend behaviour. Nothing of that "fancy" exception/PPP type of OO, just the OO which really helps us ;-) And the code _does_ work with PHP5. Please stop the FUD, - Chris