diff --git a/reference/outcontrol/reference.xml b/reference/outcontrol/reference.xml index d8b525f8f0..0838a95e68 100644 --- a/reference/outcontrol/reference.xml +++ b/reference/outcontrol/reference.xml @@ -1,5 +1,5 @@ - + Output Control Functions Output Control @@ -70,6 +70,15 @@ ob_end_flush(); cookie without causing an error. (You can not normally send headers to the browser after data has already been sent.) + + + When upgrading from PHP 4.1 (& 4.2) to 4.3 that due to a bug in + earlier versions you must ensure that + implict_flush is OFF in + your php.ini, otherwise any output with + ob_start will be not be hidden from output. + +