Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47847 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1261 invoked from network); 9 Apr 2010 15:32:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Apr 2010 15:32:15 -0000 Authentication-Results: pb1.pair.com header.from=DSoria@gmx.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=DSoria@gmx.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.net designates 213.165.64.20 as permitted sender) X-PHP-List-Original-Sender: DSoria@gmx.net X-Host-Fingerprint: 213.165.64.20 mail.gmx.net Received: from [213.165.64.20] ([213.165.64.20:34963] helo=mail.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BD/BB-54833-D784FBB4 for ; Fri, 09 Apr 2010 11:32:14 -0400 Received: (qmail 17833 invoked by uid 0); 9 Apr 2010 15:32:10 -0000 Received: from 62.90.28.90 by www041.gmx.net with HTTP; Fri, 09 Apr 2010 17:32:08 +0200 (CEST) Cc: internals@lists.php.net Content-Type: text/plain; charset="us-ascii" Date: Fri, 09 Apr 2010 17:32:08 +0200 In-Reply-To: <5C772C71-F1CC-4AB3-9DE7-F34395FCBD0D@pooteeweet.org> Message-ID: <20100409153208.267880@gmx.net> MIME-Version: 1.0 References: <2ee8cd453723d98edfa4abce48460b33@beberlei.de> <5C772C71-F1CC-4AB3-9DE7-F34395FCBD0D@pooteeweet.org> To: Lukas Kahwe Smith , dsp@php.net X-Authenticated: #235172 X-Flags: 0001 X-Mailer: WWW-Mail 6100 (Global Message Exchange) X-Priority: 3 X-Provags-ID: V01U2FsdGVkX18SYWtVt4QSEUejZIwSi9To60G3uogxKlC+XeJ1uj vCqiBjPFtYImGLiPBRPTrv4QcaMHRj+wPhng== Content-Transfer-Encoding: 7bit X-GMX-UID: SXqZY43PLi50HIyyaWtpp+trZml1ZBjf X-FuHaFi: 0.56999999999999995 Subject: Re: [PHP-DEV] Re: Patch: Reflection Exception Messages From: DSoria@gmx.net ("David Soria Parra") > >> @@ -3602,7 +3602,7 @@ > >> } > >> } > >> zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, > >> - "Property %s does not exist", name); > >> + "Property %s::%s does not exist", ce->name, name); > >> } > >> /* }}} * > >> > >> The patch is against SVN trunk. > > > > looks good for me. if there are no objections from someone else I'll > > commit it tomorrow. > > > @David: seems like you forgot to commit this? > Hi, I'm sorry. I haven't had time to commit it. If someone want's to commit it, go for it, otherwise I'll do it on April 20.