|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-01-18 14:03 UTC] jorton@php.net
[2005-01-31 22:30 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 22:00:01 2025 UTC |
Description: ------------ when i print for example some debugging-informations before i call the header()-function apache says: Parent: child process exited with status 128 -- Restarting. Reproduce code: --------------- $language = 'de'; $charset = 'iso-8859-1'; var_dump($language); header('Content-language: '. $language); header('Content-type: text/html; charset='. $charset); Expected result: ---------------- something like "cannot send headers, output already started at ...."