php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19895 Call of header("") causes php to terminate
Submitted: 2002-10-14 02:34 UTC Modified: 2002-11-10 18:20 UTC
From: thingol at mail dot ru Assigned:
Status: No Feedback Package: Apache related
PHP Version: 4.2.3 OS: FreeBSD/Alpha
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: thingol at mail dot ru
New email:
PHP Version: OS:

 

 [2002-10-14 02:34 UTC] thingol at mail dot ru
FreeBSD on Alpha system.

Script 
<?
header("");
echo "TEST";
?>

returns zero-sized reply to browser. On linux/i386, this script returns TEST.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-14 17:29 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip
 [2002-11-10 18:20 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 13:01:29 2024 UTC