[PHP-DEV] [PATCH] translate capitalized functions in create_stubs

2002-09-03 Thread David Viner
Hi When we use prototype files for ext_skel, we noticed that a function name with capital letters doesn't work properly since php extension must have lowercase function names. However, ext_skel doesn't warn or fix an erroneous prototype file. Here's a small patch to the create_stubs file

Re: [PHP-DEV] [PATCH] translate capitalized functions in create_stubs

2002-09-03 Thread Rasmus Lerdorf
I have committed your patch. As for the Windows issue. It works pretty well under a regular cygwin setup, which is required for building PHP anyway, so I don't think there is much of a problem here. -Rasmus On Tue, 3 Sep 2002, David Viner wrote: > Hi > When we use prototype files for ex