Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23415 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20372 invoked by uid 1010); 15 May 2006 20:21:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20357 invoked from network); 15 May 2006 20:21:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 May 2006 20:21:30 -0000 X-PHP-List-Original-Sender: edink@emini.dk X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:11708] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 48/70-19568-AC2E8644 for ; Mon, 15 May 2006 16:21:30 -0400 Received: from [10.0.0.11] (gw1.emini.dk [212.242.124.121]) by gw2.emini.dk (Postfix) with ESMTP id 2DBAFB17EC; Mon, 15 May 2006 22:21:26 +0200 (CEST) Message-ID: <4468E2E9.5020006@emini.dk> Date: Mon, 15 May 2006 22:22:01 +0200 Organization: Emini A/S User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sebastian Bergmann Cc: internals@lists.php.net References: <138663365.20060514205903@marcus-boerger.de> <038d01c676f8$ab9b3380$6602a8c0@foxbox> <44685D24.2000801@php.net> <1147708994.14148.23.camel@notebook.local> <16710545416.20060515202714@marcus-boerger.de> <1147721541.14148.47.camel@notebook.local> <4468DB43.1020005@emini.dk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] fatal static call in php 6.0? From: edink@emini.dk (Edin Kadribasic) Sebastian Bergmann wrote: > Edin Kadribasic wrote: > >>OO purity/strictness do now work well with PHP's main strength -- its >>dynamicity. > > > You make it sound like OO and dynamicity were mutually exclusive; they > are not. Take a look at Smalltalk or CLOS to see what I mean. I know, but often the arguments used here against dynamicity is that it does not comply with some pure computer science OO paradigm. I do belive PHP can support nice object model and remain dynamic at the same time. Edin