php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14627 Nested output buffering fails when nested buffers are inside methods
Submitted: 2001-12-20 12:02 UTC Modified: 2002-01-10 02:07 UTC
From: chirsch at v-clubs dot com Assigned:
Status: Closed Package: Output Control
PHP Version: 4.0.6 OS: Linux
Private report: No CVE-ID: None
 [2001-12-20 12:02 UTC] chirsch at v-clubs dot com
Nested output buffering fails when nested buffers are inside methods in a class instance and the class is instantiated after an ob_start() call.  Seemingly, -all- output is just printed unceremoniously to the screen in this situation... 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-20 12:12 UTC] lobbin@php.net
Can you provide a small script which demostrates this?

R.
 [2002-01-10 02:07 UTC] lobbin@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 23:01:34 2024 UTC