|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-07-06 15:39 UTC] bjori@php.net
-Status: Open
+Status: Assigned
[2011-07-06 16:38 UTC] bjori@php.net
[2011-07-06 16:39 UTC] bjori@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: bjori
[2011-07-06 16:39 UTC] bjori@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
Description: ------------ I use Apache 2.2.19. Function registered by header_register_callback() is called only after the server restart. Test script: --------------- <?php header_register_callback(function () { echo "OK"; }); ?> Expected result: ---------------- "OK" each time the script is run. Actual result: -------------- "OK" only for the first time, nothing in the next runs.