Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72175 invoked from network); 18 Mar 2003 22:23:37 -0000 Received: from unknown (HELO hyperion.gravitonic.com) (65.198.110.5) by pb1.pair.com with SMTP; 18 Mar 2003 22:23:37 -0000 Received: (from andrei@localhost) by hyperion.gravitonic.com (8.11.6/8.11.6) id h2IMN1U09945; Tue, 18 Mar 2003 17:23:01 -0500 X-Authentication-Warning: hyperion.gravitonic.com: andrei set sender to andrei@gravitonic.com using -f Date: Tue, 18 Mar 2003 17:23:01 -0500 To: Derick Rethans Cc: Sterling Hughes , PHP Internals Message-ID: <20030318222300.GB9901@hyperion.gravitonic.com> Mail-Followup-To: Andrei Zmievski , Derick Rethans , Sterling Hughes , PHP Internals References: <20030318215420.GA8409@hyperion.gravitonic.com> <20030318215701.GA8449@hyperion.gravitonic.com> <1048024128.26326.4.camel@hasele> <20030318221048.GA9149@hyperion.gravitonic.com> <1048024720.26326.9.camel@hasele> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Subject: Re: [PHP-DEV] function registration patch From: andrei@gravitonic.com (Andrei Zmievski) On Tue, 18 Mar 2003, Derick Rethans wrote: > > You're missing my point. Your patch doesn't allow for one to use > > get_constructor and get_method handlers to implement case-sensitive > > handlers, as you are lowercasing the stuff on insert, the patch is > > limiting. > > > > I think the best solution is just to play nice with the engine, register > > it as "gtkbutton" or "__constructor" in the code itself. Then, add an > > introspection callback to the engine, which can handle all the accesses > > to function tables, etc. > > But that doesn't fix the problem, only works around it... We really need to discuss this issue. Maybe at the Montreal conference, in person. Because this case-sensitivity problem is going to poke its ugly head up again and again. -Andrei http://www.gravitonic.com/ * Unix is user friendly, it is just chooses its users selectively. *