|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2021-01-14 22:38 UTC] vicreal at yandex dot ru
[2021-01-15 10:41 UTC] cmb@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: cmb
[2021-01-15 10:41 UTC] cmb@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 11:00:01 2025 UTC |
Description: ------------ After fastcgi_finish_request() function error_log() not logging. Before fastcgi_finish_request() function error_log() logging correctly. Test script: --------------- error_log('message'); // OK fastcgi_finish_request(); fastcgi_finish_request(); error_log('message'); // no logging