Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31369 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8198 invoked by uid 1010); 2 Aug 2007 09:37:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 8183 invoked from network); 2 Aug 2007 09:37:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Aug 2007 09:37:17 -0000 Authentication-Results: pb1.pair.com header.from=news@sea.gmane.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=php-php-dev@m.gmane.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain m.gmane.org designates 80.91.229.2 as permitted sender) X-PHP-List-Original-Sender: php-php-dev@m.gmane.org X-Host-Fingerprint: 80.91.229.2 main.gmane.org Linux 2.5 (sometimes 2.4) (4) Received: from [80.91.229.2] ([80.91.229.2:49012] helo=ciao.gmane.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/02-22872-7C5A1B64 for ; Thu, 02 Aug 2007 05:37:13 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IGX7B-0001XE-UP for internals@lists.php.net; Thu, 02 Aug 2007 11:37:06 +0200 Received: from p5088eb77.dip.t-dialin.net ([80.136.235.119]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Aug 2007 11:37:05 +0200 Received: from sb by p5088eb77.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Aug 2007 11:37:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Thu, 02 Aug 2007 11:36:54 +0200 Lines: 14 Message-ID: References: <46AE49B3.2070100@php.net> <1185883035.23889.31.camel@johannes.nop> <698DE66518E7CA45812BD18E807866CE7C10BB@us-ex1.zend.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: p5088eb77.dip.t-dialin.net User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: Sender: news Subject: Re: [PHP-DEV] Fix inconsistencies in OO calls From: sb@sebastian-bergmann.de (Sebastian Bergmann) Derick Rethans schrieb: > I think that'd be a bad idea. I don't see a problem with this patch at > all, and why should people use reflection here? As you're always so much > for BC, I find it strange that you're suggesting to remove something > totally harmless and instead want people to force to use the > slow Reflection API which is meant for introspection. I agree. The Reflection API is the "right tool for the job" when you are meta-programming (developing tools such as PHPUnit, for instance) but not when you are programming. -- Sebastian Bergmann http://sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69