On Tue, 18 Mar 2003, Andrei Zmievski wrote:
> Currently when registering functions, the unmodified function name is > used as the key for the function table. This leads to problems when an > extension class has a constructor that is not all lowercased. For > example: > > [...] > > I know that some may say, "just use lowercase class name for the > constructor in the function entry list", but that messes with nice > class/function names again.
Maybe we can finally fix the OO model and just make them case-sensitive? :) If that's not an option, I think the patch is OK.
Ok before making PHP case-sensitiv i also agree to your patch even though adding any strlowering at c level slows down the engine...
marcus
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php