From:             lr at bestheads dot com
Operating system: Linux
PHP version:      4.3.2
PHP Bug Type:     Output Control
Bug description:  output buffering dont work

Description:
------------
could be related to #24121

have a site wich use outout buffering (ob_start("callback") (in the
callback funktion i do some str_replace 's ) in 4.3.1 it worked perfekt.

in 4.3.2 it does not work. it seems the callback funktion is not called.

if you need further information let me know.

Reproduce code:
---------------
function callback($buffer){
$buffer2=$buffer;
$buffer2=str_replace("%TITLE%","asdfadsf",$buffer2);
return $buffer2;
}


-- 
Edit bug report at http://bugs.php.net/?id=24579&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=24579&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=24579&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=24579&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24579&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24579&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24579&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24579&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24579&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24579&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24579&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24579&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24579&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24579&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24579&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24579&r=gnused

Reply via email to