Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个执行时间很长(几个小时)的脚本,如果存在内存/超时错误,它会递归地重定向到自身。我try{} catch(){}用于重定向。
try{} catch(){}
有时我会想中途停止执行,而我想出的唯一方法是重置 apache。这是次优的,因为服务器运行多个站点。
有没有更精确的方法来停止脚本或至少阻止它重定向?