Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51533 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87035 invoked from network); 24 Feb 2011 16:28:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Feb 2011 16:28:28 -0000 Authentication-Results: pb1.pair.com header.from=carsten_sttgt@gmx.de; sender-id=fail Authentication-Results: pb1.pair.com smtp.mail=php-php-dev@m.gmane.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain m.gmane.org designates 80.91.229.12 as permitted sender) X-PHP-List-Original-Sender: php-php-dev@m.gmane.org X-Host-Fingerprint: 80.91.229.12 lo.gmane.org Linux 2.6 Received: from [80.91.229.12] ([80.91.229.12:45101] helo=lo.gmane.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 31/65-48037-927866D4 for ; Thu, 24 Feb 2011 11:28:27 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pse3C-00086f-Pt for internals@lists.php.net; Thu, 24 Feb 2011 17:28:22 +0100 Received: from dslb-178-007-222-162.pools.arcor-ip.net ([178.7.222.162]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Feb 2011 17:28:22 +0100 Received: from carsten_sttgt by dslb-178-007-222-162.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Feb 2011 17:28:22 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Thu, 24 Feb 2011 17:28:18 +0100 Lines: 22 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: dslb-178-007-222-162.pools.arcor-ip.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 X-Antivirus: avast! (VPS 110224-0, 24.02.2011), Outbound message X-Antivirus-Status: Clean Subject: problem with header() and php trunk From: carsten_sttgt@gmx.de (Carsten Wiedmann) Hi list, this code is not working with the current trunk: | The result is an internale server error: | [Thu Feb 24 17:21:25 2011] [error] [client ::1] malformed header from | script. Bad header=Content-Language: php-cgi.exe Without only a space after ":" | header('Content-Language:'); or | header('Content-Language: en-US'); it's working. Regards, Carsten