PHP.ini设置:
xdebug.remote_enable=true xdebug.remote_host=localhost xdebug.remote_port=9000 xdebug.remote_handler=dbgp
根据我的经验,这是这种早期死亡的最常见原因.
无论如何,您可能还希望更改内部Web浏览器,因为IE倾向于提供神秘的错误消息,或使用外部浏览器会话(并使用远程调试).