Re: [PHP-DEV] Re: functions of ext not available

2002-07-12 Thread fabwash
hi, functions should be in lowercase everywhere. When you have a function call, the Zend engine will automatically lowercase it, then check if it exists in its table of functions. If your function is uppercased, that won't work. There is no problem with underscores. It is better to name functions

Re: [PHP-DEV] Re: functions of ext not available

2002-07-12 Thread derick
On Sat, 13 Jul 2002, Ron Lange wrote: > I am really tired. I just changed the function names into the xxx_xxx form, > and it is going fine. Why doesn't anybody told me that xxxXXX naming isn't > "very useful"??? It's just that uppercase letters dont work as expected... and the standard naming