[PHP] Re: Global class instances mysteriously set to NULL

2005-01-09 Thread James \(IFMS\)
Since you are using relative includes (require_once 'uAuthenticate.php';) You must make sure that there is only *1* uAuthenticate.php file being included. To verify that this is the case, I didn't think about this. I did follow up on your suggestion to no avail, then made *really* sure there is

[PHP] Re: Global class instances mysteriously set to NULL

2005-01-09 Thread Greg Beaver
James wrote: I'm struggling to narrow this down, and am chasing my tail to figure this out. I apologise for the imprecise nature. PHP: 4.3.2 (latest RHEL 3 version; php-4.3.2-19.ent.src.rpm) OS: Linux kernel 2.4.21-15.0.3.EL Distro: RHEL 3, all updates I have an app that defines two global class