I'm converting a conventional php page to object-based code.
But, although my code apparently can function (returns a result), the system sloooowwwws doowwwnnnn and eventually hangs.
I'm searching in a DB of about 4000 records for all tables, nothing big, that works perfectly with non-class based code.
Weirdly, if I search for things that are not in the databases, (searches that will return no results), it's slow, but does return a value. If I search for something that turns up about 80 results, it basically hangs the whole system.
Running php4.0.4 on RedHat Linux 6.2, with mysql 3.22.28 gamma
Do classes put big memory demands on the system? Are there known bugs in the PHP object code? If anyone is interested, I can email the code I'm working with...
dan