Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88222 invoked from network); 19 Mar 2003 20:43:08 -0000 Received: from unknown (HELO hyperion.gravitonic.com) (65.198.110.5) by pb1.pair.com with SMTP; 19 Mar 2003 20:43:08 -0000 Received: (from andrei@localhost) by hyperion.gravitonic.com (8.11.6/8.11.6) id h2JKgMw18931; Wed, 19 Mar 2003 15:42:22 -0500 X-Authentication-Warning: hyperion.gravitonic.com: andrei set sender to andrei@gravitonic.com using -f Date: Wed, 19 Mar 2003 15:42:22 -0500 To: Andi Gutmans Cc: PHP Internals Message-ID: <20030319204221.GA18907@hyperion.gravitonic.com> Mail-Followup-To: Andrei Zmievski , Andi Gutmans , PHP Internals References: <20030318215420.GA8409@hyperion.gravitonic.com> <5.1.0.14.2.20030319222452.032ace98@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.0.14.2.20030319222452.032ace98@127.0.0.1> User-Agent: Mutt/1.4i Subject: Re: [PHP-DEV] function registration patch From: andrei@gravitonic.com (Andrei Zmievski) On Wed, 19 Mar 2003, Andi Gutmans wrote: > If the memory manager is usable at this point (I think it is) then you > should use do_alloca() and free_alloca() instead of malloc()/free(). That's a good tip. But what do you think about the issue in general? On one hand, lowercasing function names/keys will destroy the original case, which the author may want to preserve. Without it though, there are issues with constructors and such.. -Andrei http://www.gravitonic.com/ 'Any given program, when running correctly, is obsolete.' - First Law of Computer Programming