I have a particular PHP page that is hanging and I don't know why. Is there a simple way to explicitly log everything that is happening on that page to a log file?
I used to get an out of memory
error but I increased the limit and now that is no longer an issue. There is a very big loop in there but I can tell when the database records have all been updated so I don't know why the page is staying active. Is there a better way to troubleshoot this?