Edit report at http://bugs.php.net/bug.php?id=23965&edit=1

 ID:                 23965
 Updated by:         [email protected]
 Reported by:        prof_moriarty at veryfast dot biz
 Summary:            Output Buffer Control Improvement
-Status:             Open
+Status:             Closed
 Type:               Feature/Change Request
-Package:            Feature/Change Request
+Package:            *General Issues
 Operating System:   win98
 PHP Version:        4.3.2
-Assigned To:        
+Assigned To:        jani
 Block user comment: N
 Private report:     N

 New Comment:

OB stuff was rewritten for PHP 5.3 partially and fully in trunk.


Previous Comments:
------------------------------------------------------------------------
[2003-06-02 16:07:56] prof_moriarty at veryfast dot biz

A nice and simple one for you (well it's easy to theorise about, but i
suspect it'd be quite a code overhaul of the OB Control stuff)...



Make OB stuff use resources/streams.

Similar to files, MySQL DB connections etc, etc, where you can open many
files/connections, and each file/connection will have a unique stream.

How about doing something similar with OB control?



I know you can 'nest' the OB stuff at present, but there are some pretty
big pitfuls to doing that.



Making them nice simple resources/streams would make life simpler for
complicated scripts where output may appear at numerous places...

------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=23965&edit=1

Reply via email to