From:             valentiny510 at yahoo dot es
Operating system: Windows
PHP version:      Irrelevant
Package:          Output Control
Bug Type:         Feature/Change Request
Bug description:ob_start implicit flush content

Description:
------------
I write this like a Request but I think is more a bug. According to
documentation of ob_start:
"While output buffering is active no output is sent from the script (other
than headers), instead the output is stored in an internal buffer." but is
not true.
implicit_flush = Off or ob_implicit_flush( false ) are also useless.
Or change the documentation or change the function behaviour to act
according to the documentation. When somebody active the buffering it
expect to see the blank page until explicit call some flush functions right
? At least this said the docs.


Test script:
---------------
<?php
ob_start( );
echo 'Blah';


Expected result:
----------------
empty page

Actual result:
--------------
Blah <<< This should never shown


-- 
Edit bug report at https://bugs.php.net/bug.php?id=64460&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=64460&r=trysnapshot54
Try a snapshot (PHP 5.3):   
https://bugs.php.net/fix.php?id=64460&r=trysnapshot53
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=64460&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=64460&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=64460&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=64460&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=64460&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=64460&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=64460&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=64460&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=64460&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=64460&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=64460&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=64460&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=64460&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=64460&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=64460&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=64460&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=64460&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=64460&r=mysqlcfg

Reply via email to