Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8001 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2576 invoked by uid 1010); 19 Feb 2004 15:28:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2552 invoked from network); 19 Feb 2004 15:28:52 -0000 Received: from unknown (HELO smtp1.netcologne.de) (194.8.194.112) by pb1.pair.com with SMTP; 19 Feb 2004 15:28:52 -0000 Received: from localhost.localdomain (xdsl-213-196-211-23.netcologne.de [213.196.211.23]) by smtp1.netcologne.de (Postfix) with SMTP id 0489838884; Thu, 19 Feb 2004 16:28:50 +0100 (MET) Date: Thu, 19 Feb 2004 16:28:50 +0100 To: Marcus Boerger Cc: Derick Rethans , PHP Internals Message-ID: <20040219162850.227bd4f7@localhost.localdomain> In-Reply-To: <189747816843.20040219162150@marcus-boerger.de> References: <1077090830.30573.1.camel@coogle.localdomain> <40340579.7050309@chiaraquartet.net> <40347BE5.2090405@php.net> <8745888843.20040219154942@marcus-boerger.de> <20040219155541.11451fe1@localhost.localdomain> <20040219161009.1efd4d18@localhost.localdomain> <189747816843.20040219162150@marcus-boerger.de> Organization: Freelancer X-Mailer: Sylpheed version 0.9.8claws (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Static weirdness.. From: paj@pearfr.org (Pierre-Alain Joye) On Thu, 19 Feb 2004 16:21:50 +0100 Marcus Boerger wrote: > But why the hell do you want a message, calling a static method from > anywhere is absolutley fine. This of course includes calling a static > method of an instance's class, however that is syntactically > accomplished. I think it's cleaner, but as said, I do not care. There is no chance to get a compromise on that as it is the case in most OO topic here, too much OO pov and fanatics ;-)) However I like to get the flags from getMethods :) > I heared pear already mentioned in this thread. That cannot be of any > reason with the ongoing effort to make statics work. First as i heared > most of pear doesn't run on php5 and second pear of today uses php4 > which didn't support statics and lots of other oo goodies. So it clear > that pear has some bc problems when moving to version where all the > workarounds are now solved by syntax. There is no problem. PEAR runs with PHP5 (I use only php5 these days) And PEAR does not lead PHP devs but the counter, imho. pierre