|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-01-28 12:08 UTC] mike@php.net
[2007-02-15 09:38 UTC] mike@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 10:00:01 2025 UTC |
Description: ------------ I'm getting a warning about headers already being sent when I use http_send_file. Reproduce code: --------------- <? http_send_file("/apache/htdocs/data180/73/2cqz5tc_th"); ?> Expected result: ---------------- No warning should be thrown. Actual result: -------------- [Wed Jan 24 10:46:37 2007] [error] [client 10.100.1.68] PHP Warning: Cannot modify header information - headers already sent in Unknown on line 0 [Wed Jan 24 10:46:37 2007] [error] [client 10.100.1.68] PHP Warning: Cannot modify header information - headers already sent in Unknown on line 0