Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31370 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9722 invoked by uid 1010); 2 Aug 2007 09:39:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 9707 invoked from network); 2 Aug 2007 09:39:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Aug 2007 09:39:37 -0000 Authentication-Results: pb1.pair.com header.from=dz@bitxtender.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=dz@bitxtender.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain bitxtender.com from 80.237.132.12 cause and error) X-PHP-List-Original-Sender: dz@bitxtender.com X-Host-Fingerprint: 80.237.132.12 wp005.webpack.hosteurope.de Received: from [80.237.132.12] ([80.237.132.12:45208] helo=wp005.webpack.hosteurope.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C2/00-08864-756A1B64 for ; Thu, 02 Aug 2007 05:39:37 -0400 Received: from [87.79.35.58] (helo=[192.168.0.164]); authenticated by wp005.webpack.hosteurope.de running ExIM using esmtpsa (TLSv1:RC4-SHA:128) id 1IGX9Y-0003oa-O3; Thu, 02 Aug 2007 11:39:32 +0200 In-Reply-To: References: <46AE49B3.2070100@php.net> <1185883035.23889.31.camel@johannes.nop> <698DE66518E7CA45812BD18E807866CE7C10BB@us-ex1.zend.net> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <93A0A22F-22FD-4F4D-B082-8DBA6546131E@bitxtender.com> Cc: internals@lists.php.net Content-Transfer-Encoding: 7bit Date: Thu, 2 Aug 2007 11:39:29 +0200 To: Sebastian Bergmann X-Mailer: Apple Mail (2.752.2) X-bounce-key: webpack.hosteurope.de;dz@bitxtender.com;1186047576;4c3d4751; Subject: Re: [PHP-DEV] Fix inconsistencies in OO calls From: dz@bitxtender.com (=?ISO-8859-1?Q?David_Z=FClke?=) ACK. David Am 02.08.2007 um 11:36 schrieb 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >