Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43625 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93562 invoked from network); 4 Apr 2009 11:23:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Apr 2009 11:23:15 -0000 Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.134 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.134 mailout2.netbeat.de Linux 2.6 Received: from [83.243.58.134] ([83.243.58.134:45025] helo=mailout2.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/3C-01679-22347D94 for ; Sat, 04 Apr 2009 06:23:15 -0500 Received: (qmail 21798 invoked by uid 89); 4 Apr 2009 11:48:30 -0000 Received: from unknown (HELO ?192.168.1.101?) (johannes%schlueters.de@93.104.96.135) by mailout2.netbeat.de with ESMTPA; 4 Apr 2009 11:48:30 -0000 To: Roman Borschel Cc: PHP Developers Mailing List In-Reply-To: References: <2FA0A495-EC1A-4C51-9EE6-F9680D9FD114@gmx.net> <1238802796.5741.1.camel@goldfinger> <11478D41-777A-42BC-9CE7-105FFFEA4B74@gmx.net> <594A574F-E6B2-4FDD-92D3-4492D0DD2A5D@gmx.net> Content-Type: text/plain Date: Sat, 04 Apr 2009 13:23:11 +0200 Message-ID: <1238844191.5741.8.camel@goldfinger> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Private properties, Inheritance, Reflection (5.3) From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Sat, 2009-04-04 at 13:08 +0200, Roman Borschel wrote: > My "patch" is simply to replace the first argument of > zend_update_property/zend_read_property in ext/php_reflection.c like > this: [...] > So simply replacing Z_OBJCE_P(object) with ref->ce. yes, that was what i was thinking about, too after my first look, but I have no test environment on this box, will try it later, if nobody steps in tests&commits :-) johannes