From:             prof_moriarty at veryfast dot biz
Operating system: win98
PHP version:      4.3.2
PHP Bug Type:     Feature/Change Request
Bug description:  Output Buffer Control Improvement

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 bug report at http://bugs.php.net/?id=23965&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=23965&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=23965&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=23965&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=23965&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=23965&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=23965&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=23965&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=23965&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=23965&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=23965&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=23965&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=23965&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=23965&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=23965&r=gnused

Reply via email to