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
 [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: Wed Apr 24 09:01:28 2024 UTC