I think I've found a bug in PHP 4.0.4pl1. PHP is supposed to pre-compile code now, so that you can call a function BEFORE you define the function. That works, unless you have the function in an included or required file. If you do, the function is not seen.
Can anyone confirm this is a bug? Is there an address to send bug reports?