Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8004 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18010 invoked by uid 1010); 19 Feb 2004 15:36:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 17962 invoked from network); 19 Feb 2004 15:35:59 -0000 Received: from unknown (HELO shiva.mind.de) (212.42.230.204) by pb1.pair.com with SMTP; 19 Feb 2004 15:35:59 -0000 Received: from [192.168.1.105] (p508EB5F8.dip.t-dialin.net [80.142.181.248]) by shiva.mind.de (Postfix) with ESMTP id 82A6497B64; Thu, 19 Feb 2004 16:35:53 +0100 (CET) Date: Thu, 19 Feb 2004 16:34:09 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <118748555093.20040219163409@marcus-boerger.de> To: Pierre-Alain Joye Cc: Marcus Boerger , Derick Rethans , PHP Internals In-Reply-To: <20040219162850.227bd4f7@localhost.localdomain> 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> <20040219162850.227bd4f7@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Static weirdness.. From: helly@php.net (Marcus Boerger) Hello Pierre-Alain, Thursday, February 19, 2004, 4:28:50 PM, you wrote: > 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 :) As mentioned beside you patch: php -r '$m = new reflection_method("reflection_method","export"); var_dump($m->isStatic());' >> 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. Oh - great news to hear! -- Best regards, Marcus mailto:helly@php.net