php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1891 undefined function header()
Submitted: 1999-07-27 07:05 UTC Modified: 1999-07-27 09:41 UTC
From: oliver at billix dot franken dot de Assigned:
Status: Closed Package: Other
PHP Version: 4.0 Latest CVS (27/07/1999) OS: linux (probably all)
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: oliver at billix dot franken dot de
New email:
PHP Version: OS:

 

 [1999-07-27 07:05 UTC] oliver at billix dot franken dot de
<?php
  Header ( "Content-type: image/gif" );
?>

causes the following error:
Fatal error:  Call to undefined function:  header() in fehler.phtml on line 2

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-27 09:41 UTC] andrey at cvs dot php dot net
Fixed in CVS.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jun 10 16:00:01 2026 UTC