在我手稿结尾的关闭功能中使用_write_close()时,PHP刚刚去世。 没有任何错误记录、反应头(火力)或数据(甚至白天!)被退回。 我完全有PHP错误报告,而PHP软件是能够做到的,PHP 5.2.1。
我的猜测是,自会议闭幕之后,人们就叫_“rite”——正遇到一些致命错误,即PHP坠毁,然后才有机会发送产出或记录任何东西。
这只是在原木页上发生,我首先:
...
//If there is no session to delete (not started)
if ( ! session_id())
{
return;
}
// Get the session name
$name = session_name();
// Delete the session cookie (if exists)
if ( ! empty($_COOKIE[$name]))
{
//Get the current cookie config
$params = session_get_cookie_params();
// Delete the cookie from globals
unset($_COOKIE[$name], $_SESSION);
//Delete the cookie on the user_agent
setcookie($name, , time()-43200, $params[ path ], $params[ domain ], $params[ secure ]);
}
// Destroy the session
session_destroy();
...
然后,2)在整页之后,再发布一个方向,4)最后发行了“<条码>登记_shutdown_Function()。 我安排了较早的运行,并打电话给数据库,使会议节省下来。 结束。
由于这一空白的答复只是出现在Im的 log缩中,我gues认为,Im不适当地重开本届会议,这正造成会议——即会议——在发言稿结尾处死亡。