php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8807 readfile ignores output buffering setting
Submitted: 2001-01-19 12:11 UTC Modified: 2001-02-15 09:41 UTC
From: lindsay dot marshall at ncl dot ac dot uk Assigned:
Status: Closed Package: Output Control
PHP Version: 4.0.4pl1 OS: Redhat 6.2
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: lindsay dot marshall at ncl dot ac dot uk
New email:
PHP Version: OS:

 

 [2001-01-19 12:11 UTC] lindsay dot marshall at ncl dot ac dot uk
ob_start();
readfile('foo');
header('X-Test: sdfsdfsd');
ob_end_flush();

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-15 09:41 UTC] thies@php.net
fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 11:01:28 2024 UTC