php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15178 ob_implicit_flush is broken
Submitted: 2002-01-23 02:55 UTC Modified: 2002-02-06 21:49 UTC
From: yohgaki@php.net Assigned: yohgaki (profile)
Status: Closed Package: Output Control
PHP Version: 4.0CVS-2002-01-2 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: yohgaki@php.net
New email:
PHP Version: OS:

 

 [2002-01-23 02:55 UTC] yohgaki@php.net
Following script does not print "This is a test" on my browser :(
Apache 1.3.22

------- begin -------
<?php

ob_implicit_flush();
echo "This is a test";

?>
------- end -------

It may be time for making 4.2.0-dev stable :)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-01 11:57 UTC] sander@php.net
It works fine for me now...
Apache 1.3.22, yesterday's CVS, on Debian (Sid) Linux.
 [2002-02-02 00:10 UTC] yohgaki@php.net
Thanks, I'll check it again.
 [2002-02-05 18:40 UTC] yohgaki@php.net
It's broken for sure ;)
 [2002-02-06 21:49 UTC] yohgaki@php.net
This bug has been fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 18:01:28 2024 UTC