php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #8536 ob_start() is not working with virtual() function
Submitted: 2001-01-03 10:48 UTC Modified: 2002-05-20 14:56 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: cheol at helix dot nih dot gov Assigned: andre (profile)
Status: Closed Package: Documentation problem
PHP Version: 4.0.4 OS: Linux
Private report: No CVE-ID: None
 [2001-01-03 10:48 UTC] cheol at helix dot nih dot gov
Output of virtual() function didn't seem to work with
ob_start() function. Is there any way to store the output of
virtual()?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-20 00:14 UTC] andre@php.net
in php_apache.c (line 324) if have found the following

php_end_ob_buffers(1);
php_header();

I guess this is intended to avoid some confusion with sent
headers, but if we (have to) close all buffers it should be
mentioned in the documentation (at least)
anyway I do not really understand this drastic closure of
open buffers
 [2002-05-20 14:56 UTC] mfischer@php.net
This bug has been fixed in CVS. You can grab a snapshot of the
CVS version at http://snaps.php.net/. In case this was a documentation 
problem, the fix will show up soon at http://www.php.net/manual/.
In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites.
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 18:01:31 2024 UTC