php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16749 output buffering turned on now but turned off in config ??
Submitted: 2002-04-23 07:27 UTC Modified: 2002-06-04 01:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: corinl at gmx dot de Assigned:
Status: No Feedback Package: Output Control
PHP Version: 4.2.0 OS: linux 2.4.16
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-04-23 07:27 UTC] corinl at gmx dot de
i wrote a chat server which is running fine using php4.1.2. it doesn't run unter 4.2.0 because the usleep function used in the output loop sleeps infinitely long and doesn't return after the time given. no crashing detected.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-23 18:31 UTC] sniper@php.net
Please add some short example script here which demonstrates
this problem.

 [2002-04-23 19:36 UTC] corinl at gmx dot de
well, after some tesing it seems ulseeps works correctly but output-buffering is turned on, but it's turned off in the config. (and i didn't change the config nor the code when i changed from 4.1.2 to 4.2.0) i now made a ob_end_flush() called before my streaming function and now it works. so it seems like a output buffering misbehavior.
 [2002-04-23 19:38 UTC] corinl at gmx dot de
see previous comment
 [2002-05-03 23:12 UTC] yohgaki@php.net
This is not paid support, but a open source project with number of volunteers.
Paste short & complete script ;)
 [2002-06-04 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 20:01:30 2024 UTC