php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35847 Incorrect Error message in header function
Submitted: 2005-12-30 04:59 UTC Modified: 2005-12-30 06:41 UTC
From: judas dot iscariote at gmail dot com Assigned:
Status: Closed Package: HTTP related
PHP Version: 5CVS-2005-12-30 (CVS) OS: *
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: judas dot iscariote at gmail dot com
New email:
PHP Version: OS:

 

 [2005-12-30 04:59 UTC] judas dot iscariote at gmail dot com
Description:
------------
typo in error message of the header() function.

Reproduce code:
---------------
pass more than one line to the to the function.

Expected result:
----------------
Warning: Header may not contain more **than** a single header, new line detected



Actual result:
--------------
Warning: Header may not contain more **then** a single header, new line detected

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-30 06:41 UTC] sniper@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 21:01:27 2025 UTC