Just a quick self-reminder that could be interesting.
I’m pretty much used to seeing a Fatal error when a time or memory limit is reached in PHP scripts (Apache environment). However, in a highly important script, PHP script was persistent in stopping the execution without notice.
I still cannot tell why that happened, but after some poking, I finally got the Fatal error saying that time limit has been reached.
I don’t feel like going any further after all time spent on the issue. I’ll remember to check time and memory limits for resource demanding scripts.