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
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: 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

Pull Requests

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: Mon Oct 07 14:01:27 2024 UTC