reference/outcontrol/book.xml
7610e990293c87168d026ad078d8272e643e2c23
...
...
@@ -18,19 +18,13 @@
18
18
only functions such as <function>echo</function> and data between
19
19
blocks of PHP code.
20
20
</para>
21
-
<note>
22
-
<para>
23
-
When upgrading from PHP 4.1.x (and 4.2.x) to 4.3.x due to a bug in
24
-
earlier versions you must ensure that
25
-
<literal>implicit_flush</literal> is <literal>OFF</literal> in
26
-
your &php.ini;, otherwise any output with
27
-
<function>ob_start</function> will not be hidden from output.
28
-
</para>
29
-
</note>
30
21
</preface>
31
22

32
23
&reference.outcontrol.setup;
33
24
&reference.outcontrol.constants;
25
+
&reference.outcontrol.output-buffering;
26
+
&reference.outcontrol.flushing-system-buffers;
27
+
&reference.outcontrol.user-level-output-buffers;
34
28
&reference.outcontrol.examples;
35
29
&reference.outcontrol.reference;
36
30

37
31