Is it possible to get a stack trace logged when a php script times out? I am trying to find out why this vbulletin php script is locking up. I have no idea where to start with finding out why its locking up. I don't even know where to look because vbulletin is so large.
1条回答 默认 最新
- drx3157 2012-01-10 02:48关注
try to output something like
die(__FILE__.':'.__LINE__);
consequently to find out where exactly it timed out.本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报