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.
ステートメントの後に php スクリプトでいくつかの後処理を実装した後、fastcgi_finish_request();いくつかの不一致が心配です。
fastcgi_finish_request();
PHP が fastcgi_finish_request の後にすべてのスクリプトを実行していないようです。
ログファイルには、この部分に関する通知、警告、エラー、または異常はありません。
ドキュメントに記載されていない fastcgi_finish_request の使用に関する制限やヒントはありますか?
これまでのところ、fastcgi_finish_request() を呼び出した後、ほとんどすべてが機能します。error_log() を除きます。この関数を呼び出した後は、何もログに記録されません。