Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:125196 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58290 invoked from network); 18 Mar 2003 22:11:19 -0000 Received: from unknown (HELO hyperion.gravitonic.com) (65.198.110.5) by pb1.pair.com with SMTP; 18 Mar 2003 22:11:19 -0000 Received: (from andrei@localhost) by hyperion.gravitonic.com (8.11.6/8.11.6) id h2IMAnj09176; Tue, 18 Mar 2003 17:10:49 -0500 X-Authentication-Warning: hyperion.gravitonic.com: andrei set sender to andrei@gravitonic.com using -f Date: Tue, 18 Mar 2003 17:10:48 -0500 To: Sterling Hughes Cc: PHP Internals Message-ID: <20030318221048.GA9149@hyperion.gravitonic.com> Mail-Followup-To: Andrei Zmievski , Sterling Hughes , PHP Internals References: <20030318215420.GA8409@hyperion.gravitonic.com> <20030318215701.GA8449@hyperion.gravitonic.com> <1048024128.26326.4.camel@hasele> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1048024128.26326.4.camel@hasele> User-Agent: Mutt/1.4i Subject: Re: [PHP-DEV] function registration patch From: imsop.php@rwec.co.uk ("Rowan Tommins [IMSoP]") On Tue, 18 Mar 2003, Sterling Hughes wrote: > Don't do that. :) > > The other problem is (besides what derick said) with Ze2 it is not > assured that accesses will be lowercased, that's an optional thing. One > can overload classes, and be CS (I do it with ext/mono). I realize that I can overload get_constructor and get_method handlers and do all that stuff. But, seriously, this is screwed up. Given the situation where class is "GtkButton", if I specify constructor all lowercased, it won't be called at all! If I make it the same as the class name, then "parent::GtkButton" stuff stops working. Something must be done. -Andrei http://www.gravitonic.com/ "Everything is a matter of a little programming" -- Rasmus Lerdorf